Home
last modified time | relevance | path

Searched refs:sz (Results 1 – 25 of 728) sorted by relevance

12345678910>>...30

/linux-6.3-rc2/drivers/media/rc/
A Dstreamzap.c185 sz_push_half_pulse(sz, sz->buf_in[i]); in streamzap_callback()
189 sz_push_half_pulse(sz, sz->buf_in[i]); in streamzap_callback()
190 sz_push_half_space(sz, sz->buf_in[i]); in streamzap_callback()
194 sz_push_full_pulse(sz, sz->buf_in[i]); in streamzap_callback()
205 sz_push_full_space(sz, sz->buf_in[i]); in streamzap_callback()
215 sz_push_half_space(sz, sz->buf_in[i]); in streamzap_callback()
237 strlcat(sz->phys, "/input0", sizeof(sz->phys)); in streamzap_init_rc_dev()
281 if (!sz) in streamzap_probe()
331 sz->rdev = streamzap_init_rc_dev(sz, usbdev); in streamzap_probe()
348 sz->urb_in->transfer_dma = sz->dma_in; in streamzap_probe()
[all …]
/linux-6.3-rc2/net/tipc/
A Dtrace.c56 size_t sz = (more) ? SKB_LMAX : SKB_LMIN; in tipc_skb_dump() local
99 i += scnprintf(buf + i, sz - i, " %u", in tipc_skb_dump()
101 i += scnprintf(buf + i, sz - i, " %u", in tipc_skb_dump()
105 i += scnprintf(buf + i, sz - i, " %u", in tipc_skb_dump()
107 i += scnprintf(buf + i, sz - i, " %u", in tipc_skb_dump()
109 i += scnprintf(buf + i, sz - i, " %u", in tipc_skb_dump()
117 i += scnprintf(buf + i, sz - i, " %u", in tipc_skb_dump()
127 i += scnprintf(buf + i, sz - i, "\n"); in tipc_skb_dump()
141 i += scnprintf(buf + i, sz - i, " %llx", in tipc_skb_dump()
149 i += scnprintf(buf + i, sz - i, " %u", in tipc_skb_dump()
[all …]
/linux-6.3-rc2/arch/arc/mm/
A Dcache.c493 #define __dc_line_op_k(p, sz, op) __dc_line_op(p, p, sz, op) argument
501 const int full_page = __builtin_constant_p(sz) && sz == PAGE_SIZE; in __dc_line_op()
535 unsigned long sz) in __ic_line_inv_vaddr_local() argument
537 const int full_page = __builtin_constant_p(sz) && sz == PAGE_SIZE; in __ic_line_inv_vaddr_local()
553 int sz; member
564 unsigned long sz) in __ic_line_inv_vaddr() argument
569 .sz = sz in __ic_line_inv_vaddr()
697 #define slc_op(paddr, sz, op) slc_op_rgn(paddr, sz, op) argument
893 unsigned int off, sz; in flush_icache_range() local
901 kstart += sz; in flush_icache_range()
[all …]
/linux-6.3-rc2/arch/mips/include/asm/
A Dmips-gic.h30 #define GIC_ACCESSOR_RO(sz, off, name) \ argument
31 CPS_ACCESSOR_RO(gic, sz, MIPS_GIC_SHARED_OFS + off, name)
34 #define GIC_ACCESSOR_RW(sz, off, name) \ argument
35 CPS_ACCESSOR_RW(gic, sz, MIPS_GIC_SHARED_OFS + off, name)
38 #define GIC_VX_ACCESSOR_RO(sz, off, name) \ argument
43 #define GIC_VX_ACCESSOR_RW(sz, off, name) \ argument
56 BUILD_BUG_ON(sz != 32); \
62 GIC_ACCESSOR_RO_INTR_REG(sz, off, stride, name) \
67 BUILD_BUG_ON(sz != 32); \
150 #define GIC_VX_ACCESSOR_RO_INTR_BIT(sz, off, name) \ argument
[all …]
A Dmips-cps.h23 #define CPS_ACCESSOR_R(unit, sz, name) \ argument
28 switch (sz) { \
46 #define CPS_ACCESSOR_W(unit, sz, name) \ argument
49 switch (sz) { \
71 #define CPS_ACCESSOR_M(unit, sz, name) \ argument
73 uint##sz##_t val) \
93 CPS_ACCESSOR_R(unit, sz, name)
97 CPS_ACCESSOR_W(unit, sz, name)
101 CPS_ACCESSOR_R(unit, sz, name) \
102 CPS_ACCESSOR_W(unit, sz, name) \
[all …]
A Dmips-cpc.h64 #define CPC_ACCESSOR_RO(sz, off, name) \ argument
65 CPS_ACCESSOR_RO(cpc, sz, MIPS_CPC_GCB_OFS + off, name) \
66 CPS_ACCESSOR_RO(cpc, sz, MIPS_CPC_COCB_OFS + off, redir_##name)
68 #define CPC_ACCESSOR_RW(sz, off, name) \ argument
69 CPS_ACCESSOR_RW(cpc, sz, MIPS_CPC_GCB_OFS + off, name) \
72 #define CPC_CX_ACCESSOR_RO(sz, off, name) \ argument
73 CPS_ACCESSOR_RO(cpc, sz, MIPS_CPC_CLCB_OFS + off, cl_##name) \
74 CPS_ACCESSOR_RO(cpc, sz, MIPS_CPC_COCB_OFS + off, co_##name)
76 #define CPC_CX_ACCESSOR_RW(sz, off, name) \ argument
77 CPS_ACCESSOR_RW(cpc, sz, MIPS_CPC_CLCB_OFS + off, cl_##name) \
[all …]
/linux-6.3-rc2/lib/math/
A Dprime_numbers.c13 unsigned long last, sz; member
20 .sz = 64,
45 .sz = 32,
113 unsigned long sz, y; in expand_to_next_prime() local
123 sz = 2 * x; in expand_to_next_prime()
124 if (sz < x) in expand_to_next_prime()
127 sz = round_up(sz, BITS_PER_LONG); in expand_to_next_prime()
146 for (y = 2UL; y < sz; y = find_next_bit(new->primes, sz, y + 1)) in expand_to_next_prime()
147 new->last = clear_multiples(y, new->primes, p->sz, sz); in expand_to_next_prime()
148 new->sz = sz; in expand_to_next_prime()
[all …]
/linux-6.3-rc2/tools/perf/util/
A Dmem-events.c271 l += scnprintf(out, sz - l, "N/A"); in perf_mem__tlb_scnprintf()
329 l = scnprintf(out, sz, "N/A"); in perf_mem__op_scnprintf()
331 l = scnprintf(out, sz, "LOAD"); in perf_mem__op_scnprintf()
333 l = scnprintf(out, sz, "STORE"); in perf_mem__op_scnprintf()
335 l = scnprintf(out, sz, "PFETCH"); in perf_mem__op_scnprintf()
337 l = scnprintf(out, sz, "EXEC"); in perf_mem__op_scnprintf()
339 l = scnprintf(out, sz, "No"); in perf_mem__op_scnprintf()
472 l = scnprintf(out, sz, "N/A"); in perf_mem__lck_scnprintf()
474 l = scnprintf(out, sz, "Yes"); in perf_mem__lck_scnprintf()
476 l = scnprintf(out, sz, "No"); in perf_mem__lck_scnprintf()
[all …]
/linux-6.3-rc2/fs/ksmbd/
A Dsmb2ops.c289 sz = clamp_val(sz, SMB3_MIN_IOSIZE, SMB3_MAX_IOSIZE); in init_smb2_max_read_size()
290 smb21_server_values.max_read_size = sz; in init_smb2_max_read_size()
291 smb30_server_values.max_read_size = sz; in init_smb2_max_read_size()
292 smb302_server_values.max_read_size = sz; in init_smb2_max_read_size()
293 smb311_server_values.max_read_size = sz; in init_smb2_max_read_size()
298 sz = clamp_val(sz, SMB3_MIN_IOSIZE, SMB3_MAX_IOSIZE); in init_smb2_max_write_size()
307 sz = clamp_val(sz, SMB3_MIN_IOSIZE, SMB3_MAX_IOSIZE); in init_smb2_max_trans_size()
316 smb21_server_values.max_credits = sz; in init_smb2_max_credits()
317 smb30_server_values.max_credits = sz; in init_smb2_max_credits()
318 smb302_server_values.max_credits = sz; in init_smb2_max_credits()
[all …]
/linux-6.3-rc2/drivers/hwtracing/stm/
A Dp_sys-t.c269 ssize_t sz; in sys_t_clock_sync() local
273 if (sz <= 0) in sys_t_clock_sync()
274 return sz; in sys_t_clock_sync()
279 if (sz <= 0) in sys_t_clock_sync()
280 return sz; in sys_t_clock_sync()
296 ssize_t sz; in sys_t_write() local
305 return sz; in sys_t_write()
323 return sz; in sys_t_write()
329 return sz; in sys_t_write()
352 if (sz > 0) in sys_t_write()
[all …]
/linux-6.3-rc2/lib/
A Dfind_bit.c30 unsigned long idx, val, sz = (size); \
35 sz = min(idx * BITS_PER_LONG + __ffs(MUNGE(val)), sz); \
40 sz; \
54 if (unlikely(__start >= sz)) \
61 if ((idx + 1) * BITS_PER_LONG >= sz) \
66 sz = min(idx * BITS_PER_LONG + __ffs(MUNGE(tmp)), sz); \
68 sz; \
76 if (idx * BITS_PER_LONG + nr >= sz) \
87 if (sz % BITS_PER_LONG) \
90 sz = min(idx * BITS_PER_LONG + fns(tmp, nr), sz); \
[all …]
/linux-6.3-rc2/tools/lib/
A Dfind_bit.c29 unsigned long idx, val, sz = (size); \
31 for (idx = 0; idx * BITS_PER_LONG < sz; idx++) { \
34 sz = min(idx * BITS_PER_LONG + __ffs(MUNGE(val)), sz); \
39 sz; \
51 unsigned long mask, idx, tmp, sz = (size), __start = (start); \
53 if (unlikely(__start >= sz)) \
60 if ((idx + 1) * BITS_PER_LONG >= sz) \
65 sz = min(idx * BITS_PER_LONG + __ffs(MUNGE(tmp)), sz); \
67 sz; \
/linux-6.3-rc2/net/xfrm/
A Dxfrm_hash.c16 struct hlist_head *xfrm_hash_alloc(unsigned int sz) in xfrm_hash_alloc() argument
20 if (sz <= PAGE_SIZE) in xfrm_hash_alloc()
21 n = kzalloc(sz, GFP_KERNEL); in xfrm_hash_alloc()
23 n = vzalloc(sz); in xfrm_hash_alloc()
27 get_order(sz)); in xfrm_hash_alloc()
32 void xfrm_hash_free(struct hlist_head *n, unsigned int sz) in xfrm_hash_free() argument
34 if (sz <= PAGE_SIZE) in xfrm_hash_free()
39 free_pages((unsigned long)n, get_order(sz)); in xfrm_hash_free()
/linux-6.3-rc2/arch/arm/include/asm/
A Dbitops.h202 #define find_first_zero_bit(p,sz) _find_first_zero_bit_le(p,sz) argument
203 #define find_next_zero_bit(p,sz,off) _find_next_zero_bit_le(p,sz,off) argument
204 #define find_first_bit(p,sz) _find_first_bit_le(p,sz) argument
205 #define find_next_bit(p,sz,off) _find_next_bit_le(p,sz,off) argument
211 #define find_first_zero_bit(p,sz) _find_first_zero_bit_be(p,sz) argument
212 #define find_next_zero_bit(p,sz,off) _find_next_zero_bit_be(p,sz,off) argument
213 #define find_first_bit(p,sz) _find_first_bit_be(p,sz) argument
214 #define find_next_bit(p,sz,off) _find_next_bit_be(p,sz,off) argument
/linux-6.3-rc2/tools/testing/selftests/bpf/prog_tests/
A Dglobal_data_init.c12 size_t sz; in test_global_data_init() local
23 sz = bpf_map__value_size(map); in test_global_data_init()
24 newval = malloc(sz); in test_global_data_init()
28 memset(newval, 0, sz); in test_global_data_init()
30 err = bpf_map__set_initial_value(map, newval, sz - 1); in test_global_data_init()
34 err = bpf_map__set_initial_value(map, newval, sz); in test_global_data_init()
46 buff = malloc(sz); in test_global_data_init()
49 if (CHECK(!buff || err || memcmp(buff, newval, sz), in test_global_data_init()
54 memset(newval, 1, sz); in test_global_data_init()
56 err = bpf_map__set_initial_value(map, newval, sz); in test_global_data_init()
/linux-6.3-rc2/drivers/block/zram/
A Dzcomp.c80 ssize_t sz = 0; in zcomp_available_show() local
86 sz += scnprintf(buf + sz, PAGE_SIZE - sz - 2, in zcomp_available_show()
89 sz += scnprintf(buf + sz, PAGE_SIZE - sz - 2, in zcomp_available_show()
99 sz += scnprintf(buf + sz, PAGE_SIZE - sz - 2, in zcomp_available_show()
102 sz += scnprintf(buf + sz, PAGE_SIZE - sz, "\n"); in zcomp_available_show()
103 return sz; in zcomp_available_show()
/linux-6.3-rc2/arch/xtensa/kernel/
A Djump_label.c29 size_t sz; member
33 static void local_patch_text(unsigned long addr, const void *data, size_t sz) in local_patch_text() argument
35 memcpy((void *)addr, data, sz); in local_patch_text()
36 local_flush_icache_range(addr, addr + sz); in local_patch_text()
44 local_patch_text(patch->addr, patch->data, patch->sz); in patch_text_stop_machine()
49 __invalidate_icache_range(patch->addr, patch->sz); in patch_text_stop_machine()
54 static void patch_text(unsigned long addr, const void *data, size_t sz) in patch_text() argument
60 .sz = sz, in patch_text()
69 local_patch_text(addr, data, sz); in patch_text()
/linux-6.3-rc2/drivers/char/
A Dmem.c133 buf += sz; in read_mem()
134 p += sz; in read_mem()
136 read += sz; in read_mem()
181 buf += sz; in read_mem()
182 p += sz; in read_mem()
183 count -= sz; in read_mem()
184 read += sz; in read_mem()
219 buf += sz; in write_mem()
220 p += sz; in write_mem()
259 buf += sz; in write_mem()
[all …]
/linux-6.3-rc2/net/netfilter/
A Dnf_conntrack_h323_asn1.c885 sz--; in DecodeQ931()
888 if (sz < 1) in DecodeQ931()
891 sz--; in DecodeQ931()
895 sz -= len; in DecodeQ931()
898 if (sz < 2) in DecodeQ931()
901 sz--; in DecodeQ931()
905 sz--; in DecodeQ931()
916 sz -= 3; in DecodeQ931()
925 sz--; in DecodeQ931()
929 sz--; in DecodeQ931()
[all …]
/linux-6.3-rc2/drivers/mtd/parsers/
A Dafs.c83 size_t sz; in afs_is_v1() local
92 if (ret >= 0 && sz != 4) in afs_is_v1()
103 size_t sz; in afs_is_v2() local
112 if (ret >= 0 && sz != 8) in afs_is_v2()
132 size_t sz; in afs_parse_v1_partition() local
144 if (ret >= 0 && sz != sizeof(fs)) in afs_parse_v1_partition()
189 if (sz != sizeof(iis)) in afs_parse_v1_partition()
230 size_t sz; in afs_parse_v2_partition() local
328 u_int off, sz; in parse_afs_partitions() local
335 sz += sizeof(struct mtd_partition); in parse_afs_partitions()
[all …]
/linux-6.3-rc2/drivers/gpu/drm/i915/gt/
A Dselftest_migrate.c56 sz = src->base.size; in copy()
277 sz = obj->base.size; in clear()
308 fn, sz); in clear()
359 fn, sz); in clear()
556 int len, sz, err; in live_emit_pte_full_ring() local
624 sz = min_t(u32, sz, (SZ_1K - rq->reserved_space) / sizeof(u32) - in live_emit_pte_full_ring()
633 cs += sz; in live_emit_pte_full_ring()
849 size_t sz) in __perf_clear_blt() argument
927 size_t sz) in __perf_copy_blt() argument
981 size_t sz; in perf_copy_blt() local
[all …]
/linux-6.3-rc2/arch/arm/crypto/
A Daes-cipher-core.S34 .macro __load, out, in, idx, sz, op
36 ldr\op \out, [ttab, \in, lsr #(8 * \idx) - \sz]
38 ldr\op \out, [ttab, \in, lsl #\sz]
45 __load \out0, \out0, 0, \sz, \op
46 __load t0, t0, 1, \sz, \op
55 __load \out1, \out1, 0, \sz, \op
57 __load t1, t1, 1, \sz, \op
58 __load t2, t2, 2, \sz, \op
70 __load \t3, \t3, 2, \sz, \op
71 __load t0, t0, 3, \sz, \op
[all …]
/linux-6.3-rc2/drivers/staging/rtl8723bs/include/
A Dosdep_service.h57 void *_rtw_zmalloc(u32 sz);
58 void *_rtw_malloc(u32 sz);
59 void _kfree(u8 *pbuf, u32 sz);
61 struct sk_buff *_rtw_skb_alloc(u32 sz);
65 #define rtw_malloc(sz) _rtw_malloc((sz)) argument
66 #define rtw_zmalloc(sz) _rtw_zmalloc((sz)) argument
99 #define _RND(sz, r) ((((sz)+((r)-1))/(r))*(r)) argument
/linux-6.3-rc2/drivers/mmc/core/
A Dmmc_test.c429 len = sz; in mmc_test_map_sg()
441 if (!sz) in mmc_test_map_sg()
446 if (sz) in mmc_test_map_sg()
1700 for (sz = 512; sz < t->max_tfr; sz <<= 1) { in mmc_test_profile_read_perf()
1724 for (sz = 512; sz < t->max_tfr; sz <<= 1) { in mmc_test_profile_write_perf()
1755 for (sz = 512; sz < t->max_sz; sz <<= 1) { in mmc_test_profile_trim_perf()
1804 for (sz = 512; sz < t->max_tfr; sz <<= 1) { in mmc_test_profile_seq_read_perf()
1846 for (sz = 512; sz < t->max_tfr; sz <<= 1) { in mmc_test_profile_seq_write_perf()
1872 for (sz = 512; sz <= t->max_sz; sz <<= 1) { in mmc_test_profile_seq_trim_perf()
1948 for (sz = 512; sz < t->max_tfr; sz <<= 1) { in mmc_test_random_perf()
[all …]
/linux-6.3-rc2/arch/arm/mach-orion5x/
A Dts78xx-setup.c157 int sz; in ts78xx_ts_nand_write_buf() local
162 buf += sz; in ts78xx_ts_nand_write_buf()
163 len -= sz; in ts78xx_ts_nand_write_buf()
166 sz = len >> 2; in ts78xx_ts_nand_write_buf()
167 if (sz) { in ts78xx_ts_nand_write_buf()
170 buf += sz << 2; in ts78xx_ts_nand_write_buf()
183 int sz; in ts78xx_ts_nand_read_buf() local
188 buf += sz; in ts78xx_ts_nand_read_buf()
189 len -= sz; in ts78xx_ts_nand_read_buf()
192 sz = len >> 2; in ts78xx_ts_nand_read_buf()
[all …]

Completed in 64 milliseconds

12345678910>>...30