Home
last modified time | relevance | path

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

12345678910>>...20

/Linux-v4.19/arch/arc/mm/
Dcache.c85 unsigned int pad:24, way:2, lsz:2, sz:4; in read_decode_cache_bcr_arcv2() member
137 unsigned int pad:12, line_len:4, sz:4, config:4, ver:8; in read_decode_cache_bcr() member
240 unsigned long sz, const int op, const int full_page) in __cache_line_loop_v2()
285 unsigned long sz, const int op, const int full_page) in __cache_line_loop_v3()
356 unsigned long sz, const int op, const int full_page) in __cache_line_loop_v4()
410 unsigned long sz, const int op, const int full_page) in __cache_line_loop_v4()
564 #define __dc_line_op_k(p, sz, op) __dc_line_op(p, p, sz, op) argument
570 unsigned long sz, const int op) in __dc_line_op()
591 #define __dc_line_op(paddr, vaddr, sz, op) argument
592 #define __dc_line_op_k(paddr, sz, op) argument
[all …]
/Linux-v4.19/drivers/media/rc/
Dstreamzap.c123 static void sz_push(struct streamzap_ir *sz, struct ir_raw_event rawir) in sz_push()
130 static void sz_push_full_pulse(struct streamzap_ir *sz, in sz_push_full_pulse()
169 static void sz_push_half_pulse(struct streamzap_ir *sz, in sz_push_half_pulse()
175 static void sz_push_full_space(struct streamzap_ir *sz, in sz_push_full_space()
188 static void sz_push_half_space(struct streamzap_ir *sz, in sz_push_half_space()
202 struct streamzap_ir *sz; in streamzap_callback() local
284 static struct rc_dev *streamzap_init_rc_dev(struct streamzap_ir *sz) in streamzap_init_rc_dev()
336 struct streamzap_ir *sz = NULL; in streamzap_probe() local
465 struct streamzap_ir *sz = usb_get_intfdata(interface); in streamzap_disconnect() local
484 struct streamzap_ir *sz = usb_get_intfdata(intf); in streamzap_suspend() local
[all …]
/Linux-v4.19/arch/mips/include/asm/
Dmips-gic.h34 #define GIC_ACCESSOR_RO(sz, off, name) \ argument
38 #define GIC_ACCESSOR_RW(sz, off, name) \ argument
42 #define GIC_VX_ACCESSOR_RO(sz, off, name) \ argument
47 #define GIC_VX_ACCESSOR_RW(sz, off, name) \ argument
52 #define GIC_ACCESSOR_RO_INTR_REG(sz, off, stride, name) \ argument
65 #define GIC_ACCESSOR_RW_INTR_REG(sz, off, stride, name) \ argument
76 #define GIC_VX_ACCESSOR_RO_INTR_REG(sz, off, stride, name) \ argument
83 #define GIC_VX_ACCESSOR_RW_INTR_REG(sz, off, stride, name) \ argument
154 #define GIC_VX_ACCESSOR_RO_INTR_BIT(sz, off, name) \ argument
161 #define GIC_VX_ACCESSOR_RW_INTR_BIT(sz, off, name) \ argument
Dmips-cps.h26 #define CPS_ACCESSOR_R(unit, sz, name) \ argument
49 #define CPS_ACCESSOR_W(unit, sz, name) \ argument
74 #define CPS_ACCESSOR_M(unit, sz, name) \ argument
94 #define CPS_ACCESSOR_RO(unit, sz, off, name) \ argument
98 #define CPS_ACCESSOR_WO(unit, sz, off, name) \ argument
102 #define CPS_ACCESSOR_RW(unit, sz, off, name) \ argument
Dmips-cpc.h68 #define CPC_ACCESSOR_RO(sz, off, name) \ argument
72 #define CPC_ACCESSOR_RW(sz, off, name) \ argument
76 #define CPC_CX_ACCESSOR_RO(sz, off, name) \ argument
80 #define CPC_CX_ACCESSOR_RW(sz, off, name) \ argument
/Linux-v4.19/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-v4.19/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-v4.19/lib/
Dtest_overflow.c489 #define alloc010(alloc, arg, sz) alloc(sz, GFP_KERNEL) argument
490 #define alloc011(alloc, arg, sz) alloc(sz, GFP_KERNEL, NUMA_NO_NODE) argument
491 #define alloc000(alloc, arg, sz) alloc(sz) argument
492 #define alloc001(alloc, arg, sz) alloc(sz, NUMA_NO_NODE) argument
493 #define alloc110(alloc, arg, sz) alloc(arg, sz, GFP_KERNEL) argument
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/en/
Dport.c133 int sz = MLX5_ST_SZ_BYTES(pbmc_reg); in mlx5e_port_query_pbmc() local
150 int sz = MLX5_ST_SZ_BYTES(pbmc_reg); in mlx5e_port_set_pbmc() local
168 int sz = MLX5_ST_SZ_BYTES(pptb_reg); in mlx5e_port_query_priority2buffer() local
200 int sz = MLX5_ST_SZ_BYTES(pptb_reg); in mlx5e_port_set_priority2buffer() local
/Linux-v4.19/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-v4.19/tools/perf/util/
Dmem-events.c116 int perf_mem__tlb_scnprintf(char *out, size_t sz, struct mem_info *mem_info) in perf_mem__tlb_scnprintf()
178 int perf_mem__lvl_scnprintf(char *out, size_t sz, struct mem_info *mem_info) in perf_mem__lvl_scnprintf()
244 int perf_mem__snp_scnprintf(char *out, size_t sz, struct mem_info *mem_info) in perf_mem__snp_scnprintf()
279 int perf_mem__lck_scnprintf(char *out, size_t sz, struct mem_info *mem_info) in perf_mem__lck_scnprintf()
297 int perf_script__meminfo_scnprintf(char *out, size_t sz, struct mem_info *mem_info) in perf_script__meminfo_scnprintf()
/Linux-v4.19/drivers/staging/rtl8723bs/os_dep/
Dosdep_service.c25 void *_rtw_malloc(u32 sz) in _rtw_malloc()
30 void *_rtw_zmalloc(u32 sz) in _rtw_zmalloc()
40 inline struct sk_buff *_rtw_skb_alloc(u32 sz) in _rtw_skb_alloc()
158 static int retriveFromFile(char *path, u8 *buf, u32 sz) in retriveFromFile()
205 int rtw_retrive_from_file(char *path, u8 *buf, u32 sz) in rtw_retrive_from_file()
/Linux-v4.19/tools/perf/tests/
Dsample-parsing.c102 size_t sz = hweight_long(s1->user_regs.mask) * sizeof(u64); in samples_same() local
133 size_t sz = hweight_long(s1->intr_regs.mask) * sizeof(u64); in samples_same() local
217 size_t i, sz, bufsz; in do_test() local
/Linux-v4.19/drivers/lightnvm/
Dpblk-sysfs.c28 ssize_t sz = 0; in pblk_sysfs_luns_show() local
93 ssize_t sz; in pblk_sysfs_stats() local
116 ssize_t sz = 0; in pblk_sysfs_ppaf() local
170 ssize_t sz = 0; in pblk_sysfs_lines() local
307 ssize_t sz = 0; in pblk_sysfs_lines_info() local
338 int sz; in pblk_get_write_amp() local
389 int sz = 0; in pblk_sysfs_get_padding_dist() local
/Linux-v4.19/drivers/scsi/
Dscsi_transport_fc.c703 #define fc_rport_show_function(field, format_string, sz, cast) \ argument
741 #define fc_rport_rd_attr(field, format_string, sz) \ argument
746 #define fc_rport_rd_attr_cast(field, format_string, sz, cast) \ argument
751 #define fc_rport_rw_attr(field, format_string, sz) \ argument
759 #define fc_private_rport_show_function(field, format_string, sz, cast) \ argument
768 #define fc_private_rport_rd_attr(field, format_string, sz) \ argument
773 #define fc_private_rport_rd_attr_cast(field, format_string, sz, cast) \ argument
1018 #define fc_starget_show_function(field, format_string, sz, cast) \ argument
1035 #define fc_starget_rd_attr(field, format_string, sz) \ argument
1040 #define fc_starget_rd_attr_cast(field, format_string, sz, cast) \ argument
[all …]
/Linux-v4.19/fs/
Dstatfs.c185 SYSCALL_DEFINE3(statfs64, const char __user *, pathname, size_t, sz, struct statfs64 __user *, buf) in SYSCALL_DEFINE3() argument
206 SYSCALL_DEFINE3(fstatfs64, unsigned int, fd, size_t, sz, struct statfs64 __user *, buf) in SYSCALL_DEFINE3() argument
338 int kcompat_sys_statfs64(const char __user * pathname, compat_size_t sz, struct compat_statfs64 __u… in kcompat_sys_statfs64()
352 COMPAT_SYSCALL_DEFINE3(statfs64, const char __user *, pathname, compat_size_t, sz, struct compat_st… in COMPAT_SYSCALL_DEFINE3() argument
357 int kcompat_sys_fstatfs64(unsigned int fd, compat_size_t sz, struct compat_statfs64 __user * buf) in kcompat_sys_fstatfs64()
371 COMPAT_SYSCALL_DEFINE3(fstatfs64, unsigned int, fd, compat_size_t, sz, struct compat_statfs64 __use… in COMPAT_SYSCALL_DEFINE3() argument
/Linux-v4.19/arch/sh/mm/
Dhugetlbpage.c26 unsigned long addr, unsigned long sz) in huge_pte_alloc()
47 unsigned long addr, unsigned long sz) in huge_pte_offset()
/Linux-v4.19/drivers/scsi/fcoe/
Dfcoe_sysfs.c148 #define fcoe_ctlr_show_function(field, format_string, sz, cast) \ argument
160 #define fcoe_fcf_show_function(field, format_string, sz, cast) \ argument
173 #define fcoe_ctlr_private_show_function(field, format_string, sz, cast) \ argument
182 #define fcoe_fcf_private_show_function(field, format_string, sz, cast) \ argument
191 #define fcoe_ctlr_private_rd_attr(field, format_string, sz) \ argument
196 #define fcoe_ctlr_rd_attr(field, format_string, sz) \ argument
201 #define fcoe_fcf_rd_attr(field, format_string, sz) \ argument
206 #define fcoe_fcf_private_rd_attr(field, format_string, sz) \ argument
211 #define fcoe_ctlr_private_rd_attr_cast(field, format_string, sz, cast) \ argument
216 #define fcoe_fcf_private_rd_attr_cast(field, format_string, sz, cast) \ argument
/Linux-v4.19/arch/mips/mm/
Dhugetlbpage.c25 unsigned long sz) in huge_pte_alloc()
40 unsigned long sz) in huge_pte_offset()
/Linux-v4.19/drivers/staging/rtl8723bs/include/
Dosdep_service.h89 #define rtw_mstat_update(flag, status, sz) do {} while (0) argument
100 #define rtw_malloc(sz) _rtw_malloc((sz)) argument
101 #define rtw_zmalloc(sz) _rtw_zmalloc((sz)) argument
136 #define _RND(sz, r) ((((sz)+((r)-1))/(r))*(r)) argument
139 __inline static u32 _RND4(u32 sz) in _RND4()
150 __inline static u32 _RND8(u32 sz) in _RND8()
/Linux-v4.19/crypto/
Decdh_helper.c19 static inline u8 *ecdh_pack_data(void *dst, const void *src, size_t sz) in ecdh_pack_data()
25 static inline const u8 *ecdh_unpack_data(void *dst, const void *src, size_t sz) in ecdh_unpack_data()
/Linux-v4.19/arch/arc/include/asm/
Duaccess.h53 #define __user_ok(addr, sz) (((sz) <= TASK_SIZE) && \ argument
55 #define __access_ok(addr, sz) (unlikely(__kernel_ok) || \ argument
60 #define __get_user_fn(sz, u, k) \ argument
121 #define __put_user_fn(sz, u, k) \ argument
/Linux-v4.19/tools/perf/arch/x86/util/
Dheader.c24 __get_cpuid(char *buffer, size_t sz, const char *fmt) in __get_cpuid()
63 get_cpuid(char *buffer, size_t sz) in get_cpuid()
/Linux-v4.19/arch/x86/include/asm/
Dsetup.h104 #define RESERVE_BRK(name,sz) \ argument
133 #define RESERVE_BRK(name,sz) \ argument
/Linux-v4.19/arch/sparc/include/asm/
Dio_32.h10 #define memset_io(d,c,sz) _memset_io(d,c,sz) argument
11 #define memcpy_fromio(d,s,sz) _memcpy_fromio(d,s,sz) argument
12 #define memcpy_toio(d,s,sz) _memcpy_toio(d,s,sz) argument

12345678910>>...20