Home
last modified time | relevance | path

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

12345678910>>...21

/Linux-v5.4/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.4/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()
160 static void sz_push_half_pulse(struct streamzap_ir *sz, in sz_push_half_pulse()
166 static void sz_push_full_space(struct streamzap_ir *sz, in sz_push_full_space()
179 static void sz_push_half_space(struct streamzap_ir *sz, in sz_push_half_space()
193 struct streamzap_ir *sz; in streamzap_callback() local
275 static struct rc_dev *streamzap_init_rc_dev(struct streamzap_ir *sz) in streamzap_init_rc_dev()
327 struct streamzap_ir *sz = NULL; in streamzap_probe() local
456 struct streamzap_ir *sz = usb_get_intfdata(interface); in streamzap_disconnect() local
475 struct streamzap_ir *sz = usb_get_intfdata(intf); in streamzap_suspend() local
[all …]
/Linux-v5.4/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.4/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.4/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.4/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.4/drivers/net/ethernet/mellanox/mlx5/core/en/
Dport.c239 int sz = MLX5_ST_SZ_BYTES(pbmc_reg); in mlx5e_port_query_pbmc() local
256 int sz = MLX5_ST_SZ_BYTES(pbmc_reg); in mlx5e_port_set_pbmc() local
274 int sz = MLX5_ST_SZ_BYTES(pptb_reg); in mlx5e_port_query_priority2buffer() local
306 int sz = MLX5_ST_SZ_BYTES(pptb_reg); in mlx5e_port_set_priority2buffer() local
447 int sz = MLX5_ST_SZ_BYTES(pplm_reg); in mlx5e_get_fec_caps() local
474 int sz = MLX5_ST_SZ_BYTES(pplm_reg); in mlx5e_get_fec_mode() local
507 int sz = MLX5_ST_SZ_BYTES(pplm_reg); in mlx5e_set_fec_mode() local
/Linux-v5.4/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-v5.4/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.4/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.4/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()
152 static int retriveFromFile(char *path, u8 *buf, u32 sz) in retriveFromFile()
198 int rtw_retrive_from_file(char *path, u8 *buf, u32 sz) in rtw_retrive_from_file()
/Linux-v5.4/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.4/tools/perf/tests/
Dsample-parsing.c107 size_t sz = hweight_long(s1->user_regs.mask) * sizeof(u64); in samples_same() local
138 size_t sz = hweight_long(s1->intr_regs.mask) * sizeof(u64); in samples_same() local
224 size_t i, sz, bufsz; in do_test() local
/Linux-v5.4/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.4/drivers/scsi/
Dscsi_transport_fc.c689 #define fc_rport_show_function(field, format_string, sz, cast) \ argument
727 #define fc_rport_rd_attr(field, format_string, sz) \ argument
732 #define fc_rport_rd_attr_cast(field, format_string, sz, cast) \ argument
737 #define fc_rport_rw_attr(field, format_string, sz) \ argument
745 #define fc_private_rport_show_function(field, format_string, sz, cast) \ argument
754 #define fc_private_rport_rd_attr(field, format_string, sz) \ argument
759 #define fc_private_rport_rd_attr_cast(field, format_string, sz, cast) \ argument
1004 #define fc_starget_show_function(field, format_string, sz, cast) \ argument
1021 #define fc_starget_rd_attr(field, format_string, sz) \ argument
1026 #define fc_starget_rd_attr_cast(field, format_string, sz, cast) \ argument
[all …]
/Linux-v5.4/fs/
Dstatfs.c199 SYSCALL_DEFINE3(statfs64, const char __user *, pathname, size_t, sz, struct statfs64 __user *, buf) in SYSCALL_DEFINE3() argument
220 SYSCALL_DEFINE3(fstatfs64, unsigned int, fd, size_t, sz, struct statfs64 __user *, buf) in SYSCALL_DEFINE3() argument
343 int kcompat_sys_statfs64(const char __user * pathname, compat_size_t sz, struct compat_statfs64 __u… in kcompat_sys_statfs64()
357 COMPAT_SYSCALL_DEFINE3(statfs64, const char __user *, pathname, compat_size_t, sz, struct compat_st… in COMPAT_SYSCALL_DEFINE3() argument
362 int kcompat_sys_fstatfs64(unsigned int fd, compat_size_t sz, struct compat_statfs64 __user * buf) in kcompat_sys_fstatfs64()
376 COMPAT_SYSCALL_DEFINE3(fstatfs64, unsigned int, fd, compat_size_t, sz, struct compat_statfs64 __use… in COMPAT_SYSCALL_DEFINE3() argument
/Linux-v5.4/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.4/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 static inline u32 _RND4(u32 sz) in _RND4()
150 static inline u32 _RND8(u32 sz) in _RND8()
/Linux-v5.4/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-v5.4/arch/mips/mm/
Dhugetlbpage.c25 unsigned long sz) in huge_pte_alloc()
40 unsigned long sz) in huge_pte_offset()
/Linux-v5.4/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.4/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.4/arch/arc/include/asm/
Duaccess.h50 #define __user_ok(addr, sz) (((sz) <= TASK_SIZE) && \ argument
52 #define __access_ok(addr, sz) (unlikely(__kernel_ok) || \ argument
57 #define __get_user_fn(sz, u, k) \ argument
118 #define __put_user_fn(sz, u, k) \ argument

12345678910>>...21