Home
last modified time | relevance | path

Searched defs:sz (Results 1 – 25 of 554) sorted by relevance

12345678910>>...23

/Linux-v5.10/arch/arc/mm/
Dcache.c82 unsigned int pad:24, way:2, lsz:2, sz:4; in read_decode_cache_bcr_arcv2() member
148 unsigned int pad:12, line_len:4, sz:4, config:4, ver:8; in read_decode_cache_bcr() member
251 unsigned long sz, const int op, const int full_page) in __cache_line_loop_v2()
296 unsigned long sz, const int op, const int full_page) in __cache_line_loop_v3()
367 unsigned long sz, const int op, const int full_page) in __cache_line_loop_v4()
421 unsigned long sz, const int op, const int full_page) in __cache_line_loop_v4()
575 #define __dc_line_op_k(p, sz, op) __dc_line_op(p, p, sz, op) argument
581 unsigned long sz, const int op) in __dc_line_op()
602 #define __dc_line_op(paddr, vaddr, sz, op) argument
603 #define __dc_line_op_k(paddr, sz, op) argument
[all …]
/Linux-v5.10/drivers/media/rc/
Dstreamzap.c114 static void sz_push(struct streamzap_ir *sz, struct ir_raw_event rawir) in sz_push()
121 static void sz_push_full_pulse(struct streamzap_ir *sz, in sz_push_full_pulse()
158 static void sz_push_half_pulse(struct streamzap_ir *sz, in sz_push_half_pulse()
164 static void sz_push_full_space(struct streamzap_ir *sz, in sz_push_full_space()
176 static void sz_push_half_space(struct streamzap_ir *sz, in sz_push_half_space()
190 struct streamzap_ir *sz; in streamzap_callback() local
272 static struct rc_dev *streamzap_init_rc_dev(struct streamzap_ir *sz) in streamzap_init_rc_dev()
324 struct streamzap_ir *sz = NULL; in streamzap_probe() local
452 struct streamzap_ir *sz = usb_get_intfdata(interface); in streamzap_disconnect() local
471 struct streamzap_ir *sz = usb_get_intfdata(intf); in streamzap_suspend() local
[all …]
/Linux-v5.10/arch/mips/include/asm/
Dmips-gic.h30 #define GIC_ACCESSOR_RO(sz, off, name) \ argument
34 #define GIC_ACCESSOR_RW(sz, off, name) \ argument
38 #define GIC_VX_ACCESSOR_RO(sz, off, name) \ argument
43 #define GIC_VX_ACCESSOR_RW(sz, off, name) \ argument
48 #define GIC_ACCESSOR_RO_INTR_REG(sz, off, stride, name) \ argument
61 #define GIC_ACCESSOR_RW_INTR_REG(sz, off, stride, name) \ argument
72 #define GIC_VX_ACCESSOR_RO_INTR_REG(sz, off, stride, name) \ argument
79 #define GIC_VX_ACCESSOR_RW_INTR_REG(sz, off, stride, name) \ argument
150 #define GIC_VX_ACCESSOR_RO_INTR_BIT(sz, off, name) \ argument
157 #define GIC_VX_ACCESSOR_RW_INTR_BIT(sz, off, name) \ argument
Dmips-cps.h22 #define CPS_ACCESSOR_R(unit, sz, name) \ argument
45 #define CPS_ACCESSOR_W(unit, sz, name) \ argument
70 #define CPS_ACCESSOR_M(unit, sz, name) \ argument
90 #define CPS_ACCESSOR_RO(unit, sz, off, name) \ argument
94 #define CPS_ACCESSOR_WO(unit, sz, off, name) \ argument
98 #define CPS_ACCESSOR_RW(unit, sz, off, name) \ argument
Dmips-cpc.h64 #define CPC_ACCESSOR_RO(sz, off, name) \ argument
68 #define CPC_ACCESSOR_RW(sz, off, name) \ argument
72 #define CPC_CX_ACCESSOR_RO(sz, off, name) \ argument
76 #define CPC_CX_ACCESSOR_RW(sz, off, name) \ argument
/Linux-v5.10/arch/arm/include/asm/
Dbitops.h200 #define find_first_zero_bit(p,sz) _find_first_zero_bit_le(p,sz) argument
201 #define find_next_zero_bit(p,sz,off) _find_next_zero_bit_le(p,sz,off) argument
202 #define find_first_bit(p,sz) _find_first_bit_le(p,sz) argument
203 #define find_next_bit(p,sz,off) _find_next_bit_le(p,sz,off) argument
209 #define find_first_zero_bit(p,sz) _find_first_zero_bit_be(p,sz) argument
210 #define find_next_zero_bit(p,sz,off) _find_next_zero_bit_be(p,sz,off) argument
211 #define find_first_bit(p,sz) _find_first_bit_be(p,sz) argument
212 #define find_next_bit(p,sz,off) _find_next_bit_be(p,sz,off) argument
/Linux-v5.10/fs/ext4/
Dbitmap.c21 struct buffer_head *bh, int sz) in ext4_inode_bitmap_csum_verify()
43 struct buffer_head *bh, int sz) in ext4_inode_bitmap_csum_set()
64 int sz = EXT4_CLUSTERS_PER_GROUP(sb) / 8; in ext4_block_bitmap_csum_verify() local
87 int sz = EXT4_CLUSTERS_PER_GROUP(sb) / 8; in ext4_block_bitmap_csum_set() local
/Linux-v5.10/lib/
Dtest_overflow.c490 #define alloc010(alloc, arg, sz) alloc(sz, alloc_GFP) argument
491 #define alloc011(alloc, arg, sz) alloc(sz, alloc_GFP, NUMA_NO_NODE) argument
492 #define alloc000(alloc, arg, sz) alloc(sz) argument
493 #define alloc001(alloc, arg, sz) alloc(sz, NUMA_NO_NODE) argument
494 #define alloc110(alloc, arg, sz) alloc(arg, sz, alloc_GFP) argument
/Linux-v5.10/net/xfrm/
Dxfrm_hash.c16 struct hlist_head *xfrm_hash_alloc(unsigned int sz) in xfrm_hash_alloc()
32 void xfrm_hash_free(struct hlist_head *n, unsigned int sz) in xfrm_hash_free()
/Linux-v5.10/arch/xtensa/kernel/
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()
54 static void patch_text(unsigned long addr, const void *data, size_t sz) in patch_text()
/Linux-v5.10/tools/perf/util/
Dmem-events.c131 int perf_mem__tlb_scnprintf(char *out, size_t sz, struct mem_info *mem_info) in perf_mem__tlb_scnprintf()
193 int perf_mem__lvl_scnprintf(char *out, size_t sz, struct mem_info *mem_info) in perf_mem__lvl_scnprintf()
259 int perf_mem__snp_scnprintf(char *out, size_t sz, struct mem_info *mem_info) in perf_mem__snp_scnprintf()
294 int perf_mem__lck_scnprintf(char *out, size_t sz, struct mem_info *mem_info) in perf_mem__lck_scnprintf()
312 int perf_script__meminfo_scnprintf(char *out, size_t sz, struct mem_info *mem_info) in perf_script__meminfo_scnprintf()
/Linux-v5.10/drivers/gpu/drm/i915/gt/
Dintel_context_param.c11 int intel_context_set_ring_size(struct intel_context *ce, long sz) in intel_context_set_ring_size()
52 long sz = (unsigned long)READ_ONCE(ce->ring); in intel_context_get_ring_size() local
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/en/
Dport.c258 int sz = MLX5_ST_SZ_BYTES(pbmc_reg); in mlx5e_port_query_pbmc() local
275 int sz = MLX5_ST_SZ_BYTES(pbmc_reg); in mlx5e_port_set_pbmc() local
293 int sz = MLX5_ST_SZ_BYTES(pptb_reg); in mlx5e_port_query_priority2buffer() local
325 int sz = MLX5_ST_SZ_BYTES(pptb_reg); in mlx5e_port_set_priority2buffer() local
489 int sz = MLX5_ST_SZ_BYTES(pplm_reg); in mlx5e_fec_in_caps() local
520 int sz = MLX5_ST_SZ_BYTES(pplm_reg); in mlx5e_get_fec_mode() local
558 int sz = MLX5_ST_SZ_BYTES(pplm_reg); in mlx5e_set_fec_mode() local
/Linux-v5.10/drivers/mtd/parsers/
Dafs.c83 size_t sz; in afs_is_v1() local
103 size_t sz; in afs_is_v2() local
132 size_t sz; in afs_parse_v1_partition() local
230 size_t sz; in afs_parse_v2_partition() local
328 u_int off, sz; in parse_afs_partitions() local
/Linux-v5.10/drivers/lightnvm/
Dpblk-sysfs.c29 ssize_t sz = 0; in pblk_sysfs_luns_show() local
94 ssize_t sz; in pblk_sysfs_stats() local
117 ssize_t sz = 0; in pblk_sysfs_ppaf() local
171 ssize_t sz = 0; in pblk_sysfs_lines() local
314 ssize_t sz = 0; in pblk_sysfs_lines_info() local
345 int sz; in pblk_get_write_amp() local
395 int sz = 0; in pblk_sysfs_get_padding_dist() local
/Linux-v5.10/tools/perf/tests/
Dsample-parsing.c108 size_t sz = hweight_long(s1->user_regs.mask) * sizeof(u64); in samples_same() local
139 size_t sz = hweight_long(s1->intr_regs.mask) * sizeof(u64); in samples_same() local
244 size_t i, sz, bufsz; in do_test() local
/Linux-v5.10/drivers/scsi/
Dscsi_transport_fc.c690 #define fc_rport_show_function(field, format_string, sz, cast) \ argument
728 #define fc_rport_rd_attr(field, format_string, sz) \ argument
733 #define fc_rport_rd_attr_cast(field, format_string, sz, cast) \ argument
738 #define fc_rport_rw_attr(field, format_string, sz) \ argument
746 #define fc_private_rport_show_function(field, format_string, sz, cast) \ argument
755 #define fc_private_rport_rd_attr(field, format_string, sz) \ argument
760 #define fc_private_rport_rd_attr_cast(field, format_string, sz, cast) \ argument
1005 #define fc_starget_show_function(field, format_string, sz, cast) \ argument
1022 #define fc_starget_rd_attr(field, format_string, sz) \ argument
1027 #define fc_starget_rd_attr_cast(field, format_string, sz, cast) \ argument
[all …]
/Linux-v5.10/fs/
Dstatfs.c201 SYSCALL_DEFINE3(statfs64, const char __user *, pathname, size_t, sz, struct statfs64 __user *, buf) in SYSCALL_DEFINE3() argument
222 SYSCALL_DEFINE3(fstatfs64, unsigned int, fd, size_t, sz, struct statfs64 __user *, buf) in SYSCALL_DEFINE3() argument
345 int kcompat_sys_statfs64(const char __user * pathname, compat_size_t sz, struct compat_statfs64 __u… in kcompat_sys_statfs64()
359 COMPAT_SYSCALL_DEFINE3(statfs64, const char __user *, pathname, compat_size_t, sz, struct compat_st… in COMPAT_SYSCALL_DEFINE3() argument
364 int kcompat_sys_fstatfs64(unsigned int fd, compat_size_t sz, struct compat_statfs64 __user * buf) in kcompat_sys_fstatfs64()
378 COMPAT_SYSCALL_DEFINE3(fstatfs64, unsigned int, fd, compat_size_t, sz, struct compat_statfs64 __use… in COMPAT_SYSCALL_DEFINE3() argument
/Linux-v5.10/drivers/scsi/fcoe/
Dfcoe_sysfs.c136 #define fcoe_ctlr_show_function(field, format_string, sz, cast) \ argument
148 #define fcoe_fcf_show_function(field, format_string, sz, cast) \ argument
161 #define fcoe_ctlr_private_show_function(field, format_string, sz, cast) \ argument
170 #define fcoe_fcf_private_show_function(field, format_string, sz, cast) \ argument
179 #define fcoe_ctlr_private_rd_attr(field, format_string, sz) \ argument
184 #define fcoe_ctlr_rd_attr(field, format_string, sz) \ argument
189 #define fcoe_fcf_rd_attr(field, format_string, sz) \ argument
194 #define fcoe_fcf_private_rd_attr(field, format_string, sz) \ argument
199 #define fcoe_ctlr_private_rd_attr_cast(field, format_string, sz, cast) \ argument
204 #define fcoe_fcf_private_rd_attr_cast(field, format_string, sz, cast) \ argument
/Linux-v5.10/tools/lib/bpf/
Dbpf.h132 size_t sz; /* size of this struct for forward/backward compatibility */ member
156 size_t sz; /* size of this struct for forward/backward compatibility */ member
173 size_t sz; /* size of this struct for forward/backward compatibility */ member
188 size_t sz; /* size of this struct for forward/backward compatibility */ member
248 size_t sz; /* size of this struct for forward/backward compatibility */ member
257 size_t sz; /* size of this struct for forward/backward compatibility */ member
/Linux-v5.10/net/tipc/
Dtrace.c56 size_t sz = (more) ? SKB_LMAX : SKB_LMIN; in tipc_skb_dump() local
169 size_t sz = (more) ? LIST_LMAX : LIST_LMIN; in tipc_list_dump() local
/Linux-v5.10/arch/sh/mm/
Dhugetlbpage.c25 unsigned long addr, unsigned long sz) in huge_pte_alloc()
50 unsigned long addr, unsigned long sz) in huge_pte_offset()
/Linux-v5.10/crypto/
Decdh_helper.c15 static inline u8 *ecdh_pack_data(void *dst, const void *src, size_t sz) in ecdh_pack_data()
21 static inline const u8 *ecdh_unpack_data(void *dst, const void *src, size_t sz) in ecdh_unpack_data()
/Linux-v5.10/arch/mips/mm/
Dhugetlbpage.c25 unsigned long sz) in huge_pte_alloc()
42 unsigned long sz) in huge_pte_offset()
/Linux-v5.10/tools/perf/arch/arm64/util/
Dheader.c17 static int _get_cpuid(char *buf, size_t sz, struct perf_cpu_map *cpus) in _get_cpuid()
65 int get_cpuid(char *buf, size_t sz) in get_cpuid()

12345678910>>...23