/linux/arch/arc/mm/ |
H A D | cache.c | 189 unsigned long sz, const int op, const int full_page) in __cache_line_loop_v3() 249 unsigned long sz, const int op, const int full_page) in __cache_line_loop_v4() 303 unsigned long sz, const int op, const int full_page) in __cache_line_loop_v4() 455 #define __dc_line_op_k(p, sz, op) __dc_line_op(p, p, sz, op) argument 461 unsigned long sz, const int op) in __dc_line_op() 482 #define __dc_line_op(paddr, vaddr, sz, op) argument 483 #define __dc_line_op_k(paddr, sz, op) argument 497 unsigned long sz) in __ic_line_inv_vaddr_local() 515 int sz; member 526 unsigned long sz) in __ic_line_inv_vaddr() [all …]
|
/linux/arch/mips/include/asm/ |
H A D | mips-gic.h | 30 #define GIC_ACCESSOR_RO(sz, off, name) \ argument 35 #define GIC_ACCESSOR_RW(sz, off, name) \ argument 40 #define GIC_VX_ACCESSOR_RO(sz, off, name) \ argument 45 #define GIC_VX_ACCESSOR_RW(sz, off, name) \ argument 50 #define _GIC_ACCESSOR_RO_INTR_REG(sz, off, stride, name) \ argument 63 #define _GIC_ACCESSOR_RW_INTR_REG(sz, off, stride, name) \ argument 73 #define GIC_ACCESSOR_RO_INTR_REG(sz, off, stride, name) \ argument 77 #define GIC_ACCESSOR_RW_INTR_REG(sz, off, stride, name) \ argument 82 #define GIC_VX_ACCESSOR_RO_INTR_REG(sz, off, stride, name) \ argument 89 #define GIC_VX_ACCESSOR_RW_INTR_REG(sz, off, stride, name) \ argument [all …]
|
H A D | mips-cps.h | 24 #define CPS_ACCESSOR_R(unit, sz, name) \ argument 47 #define CPS_ACCESSOR_W(unit, sz, name) \ argument 72 #define CPS_ACCESSOR_M(unit, sz, name) \ argument 92 #define CPS_ACCESSOR_RO(unit, sz, off, name) \ argument 96 #define CPS_ACCESSOR_WO(unit, sz, off, name) \ argument 100 #define CPS_ACCESSOR_RW(unit, sz, off, name) \ argument
|
H A D | mips-cpc.h | 64 #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/tools/lib/bpf/ |
H A D | libbpf.h | 117 size_t sz; member 484 size_t sz; global() member 519 size_t sz; global() member 542 size_t sz; global() member 569 size_t sz; global() member 622 size_t sz; global() member 668 size_t sz; global() member 733 size_t sz; global() member 764 size_t sz; global() member 781 size_t sz; /* size of this struct for forward/backward compatibility */ global() member 797 size_t sz; global() member 824 size_t sz; global() member 839 size_t sz; global() member 854 size_t sz; global() member 873 size_t sz; /* size of this struct for forward/backward compatibility */ global() member 1235 size_t sz; global() member 1242 size_t sz; global() member 1249 size_t sz; global() member 1283 size_t sz; global() member 1292 size_t sz; global() member 1319 size_t sz; /* size of this struct, for forward/backward compatibility */ global() member 1419 size_t sz; /* size of this struct, for forward/backward compatibility */ global() member 1539 size_t sz; global() member 1575 size_t sz; global() member 1714 size_t sz; /* size of this struct, for forward/backward compatibility */ global() member 1746 size_t sz; /* size of this struct, for forward/backward compatibility */ global() member 1769 size_t sz; /* size of this struct, for forward/backward compatibility */ global() member 1788 size_t sz; global() member 1794 size_t sz; global() member 1842 size_t sz; global() member [all...] |
H A D | bpf.h | 41 size_t sz; /* size of this struct for forward/backward compatibility */ member 69 size_t sz; /* size of this struct for forward/backward compatibility */ member 129 size_t sz; /* size of this struct for forward/backward compatibility */ member 167 size_t sz; /* size of this struct for forward/backward compatibility */ member 306 size_t sz; /* size of this struct for forward/backward compatibility */ member 320 size_t sz; /* size of this struct for forward/backward compatibility */ member 340 size_t sz; /* size of this struct for forward/backward compatibility */ member 354 size_t sz; /* size of this struct for forward/backward compatibility */ member 397 size_t sz; /* size of this struct for forward/backward compatibility */ member 453 size_t sz; /* siz member 488 size_t sz; /* size of this struct for forward/backward compatibility */ global() member 589 size_t sz; /* size of this struct for forward/backward compatibility */ global() member 624 size_t sz; /* size of this struct for forward/backward compatibility */ global() member 648 size_t sz; /* size of this struct for forward/backward compatibility */ global() member 657 size_t sz; /* size of this struct for forward/backward compatibility */ global() member 683 size_t sz; /* size of this struct for forward/backward compatibility */ global() member [all...] |
/linux/arch/arm/include/asm/ |
H A D | bitops.h | 202 #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/mm/ |
H A D | slab_common.c | 761 #define KMALLOC_DMA_NAME(sz) .name[KMALLOC_DMA] = "dma-kmalloc-" #sz, argument 763 #define KMALLOC_DMA_NAME(sz) argument 767 #define KMALLOC_CGROUP_NAME(sz) .name[KMALLOC_CGROUP] = "kmalloc-cg-" #sz, argument 769 #define KMALLOC_CGROUP_NAME(sz) argument 773 #define KMALLOC_RCL_NAME(sz) .name[KMALLOC_RECLAIM] = "kmalloc-rcl-" #sz, argument 775 #define KMALLOC_RCL_NAME(sz) argument 780 #define KMALLOC_RANDOM_NAME(N, sz) __KMALLOC_RANDOM_CONCAT(KMA_RAND_, N)(sz) argument 781 #define KMA_RAND_1(sz) .name[KMALLOC_RANDOM_START + 1] = "kmalloc-rnd-01-" #sz, argument 782 #define KMA_RAND_2(sz) KMA_RAND_1(sz) .name[KMALLOC_RANDOM_START + 2] = "kmalloc-rnd-02-" #sz, argument 783 #define KMA_RAND_3(sz) KMA_RAND_2(sz) .name[KMALLOC_RANDOM_START + 3] = "kmalloc-rnd-03-" #sz, argument [all …]
|
/linux/fs/smb/server/ |
H A D | smb2ops.c | 296 void init_smb2_max_read_size(unsigned int sz) in init_smb2_max_read_size() 305 void init_smb2_max_write_size(unsigned int sz) in init_smb2_max_write_size() 314 void init_smb2_max_trans_size(unsigned int sz) in init_smb2_max_trans_size() 323 void init_smb2_max_credits(unsigned int sz) in init_smb2_max_credits()
|
H A D | ndr.c | 17 static int try_to_realloc_ndr_blob(struct ndr *n, size_t sz) in try_to_realloc_ndr_blob() 76 static int ndr_write_bytes(struct ndr *n, void *value, size_t sz) in ndr_write_bytes() 93 size_t sz; in ndr_write_string() local 110 static int ndr_read_string(struct ndr *n, void *value, size_t sz) in ndr_read_string() 126 static int ndr_read_bytes(struct ndr *n, void *value, size_t sz) in ndr_read_bytes()
|
/linux/include/net/libeth/ |
H A D | cache.h | 16 #define libeth_cacheline_group_assert(type, grp, sz) \ argument 20 #define __libeth_cacheline_struct_assert(type, sz) \ argument 23 #define libeth_cacheline_group_assert(type, grp, sz) \ argument 27 #define __libeth_cacheline_struct_assert(type, sz) \ argument
|
/linux/drivers/gpu/drm/i915/gt/ |
H A D | selftest_migrate.c | 42 u32 sz, struct rnd_state *prng) in copy() 261 u32 sz, struct rnd_state *prng) in clear() 439 migrate_copy(struct intel_migrate *migrate, u32 sz, struct rnd_state *prng) in migrate_copy() 445 global_copy(struct intel_migrate *migrate, u32 sz, struct rnd_state *prng) in global_copy() 477 migrate_clear(struct intel_migrate *migrate, u32 sz, struct rnd_state *prng) in migrate_clear() 483 global_clear(struct intel_migrate *migrate, u32 sz, struct rnd_state *prng) in global_clear() 556 int len, sz, err; in live_emit_pte_full_ring() local 811 create_init_lmem_internal(struct intel_gt *gt, size_t sz, bool try_lmem) in create_init_lmem_internal() 847 size_t sz) in __perf_clear_blt() 926 size_t sz) in __perf_copy_blt() [all …]
|
/linux/arch/parisc/mm/ |
H A D | hugetlbpage.c | 27 unsigned long addr, unsigned long sz) in huge_pte_alloc() 54 unsigned long addr, unsigned long sz) in huge_pte_offset() 122 pte_t *ptep, pte_t entry, unsigned long sz) in set_huge_pte_at() 129 pte_t *ptep, unsigned long sz) in huge_ptep_get_and_clear()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
H A D | port.c | 112 int sz = MLX5_ST_SZ_BYTES(pbmc_reg); in mlx5e_port_query_pbmc() local 129 int sz = MLX5_ST_SZ_BYTES(pbmc_reg); in mlx5e_port_set_pbmc() local 219 int sz = MLX5_ST_SZ_BYTES(pptb_reg); in mlx5e_port_query_priority2buffer() local 251 int sz = MLX5_ST_SZ_BYTES(pptb_reg); in mlx5e_port_set_priority2buffer() local 470 int sz = MLX5_ST_SZ_BYTES(pplm_reg); in mlx5e_fec_in_caps() local 500 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/arch/xtensa/kernel/ |
H A D | jump_label.c | 29 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/arch/riscv/mm/ |
H A D | hugetlbpage.c | 33 unsigned long sz) in huge_pte_alloc() 86 unsigned long sz) in huge_pte_offset() 218 static int num_contig_ptes_from_size(unsigned long sz, size_t *pgsize) in num_contig_ptes_from_size() 250 unsigned long sz) in set_huge_pte_at() 307 pte_t *ptep, unsigned long sz) in huge_ptep_get_and_clear() 364 unsigned long sz) in huge_pte_clear()
|
/linux/include/asm-generic/ |
H A D | uaccess.h | 40 #define __get_user_fn(sz, u, k) __get_user_fn(sz, u, k) argument 65 #define __put_user_fn(sz, u, k) __put_user_fn(sz, u, k) argument 140 #define __put_user_fn(sz, u, k) __put_user_fn(sz, u, k) argument 201 #define __get_user_fn(sz, u, k) __get_user_fn(sz, u, k) argument
|
/linux/drivers/mtd/parsers/ |
H A D | afs.c | 83 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/net/xfrm/ |
H A D | xfrm_hash.c | 16 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/arch/loongarch/include/asm/ |
H A D | hugetlb.h | 29 pte_t *ptep, unsigned long sz) in huge_pte_clear() 40 unsigned long sz) in huge_ptep_get_and_clear() 55 unsigned long sz = huge_page_size(hstate_vma(vma)); in huge_ptep_clear_flush() local
|
/linux/drivers/scsi/ |
H A D | scsi_transport_fc.c | 981 #define fc_rport_show_function(field, format_string, sz, cast) \ argument 1019 #define fc_rport_rd_attr(field, format_string, sz) \ argument 1024 #define fc_rport_rd_attr_cast(field, format_string, sz, cast) \ argument 1029 #define fc_rport_rw_attr(field, format_string, sz) \ argument 1037 #define fc_private_rport_show_function(field, format_string, sz, cast) \ argument 1046 #define fc_private_rport_rd_attr(field, format_string, sz) \ argument 1051 #define fc_private_rport_rd_attr_cast(field, format_string, sz, cast) \ argument 1409 #define fc_starget_show_function(field, format_string, sz, cast) \ argument 1426 #define fc_starget_rd_attr(field, format_string, sz) \ argument 1431 #define fc_starget_rd_attr_cast(field, format_string, sz, cast) \ argument [all …]
|
/linux/drivers/scsi/fcoe/ |
H A D | fcoe_sysfs.c | 133 #define fcoe_ctlr_show_function(field, format_string, sz, cast) \ argument 145 #define fcoe_fcf_show_function(field, format_string, sz, cast) \ argument 158 #define fcoe_ctlr_private_show_function(field, format_string, sz, cast) \ argument 167 #define fcoe_fcf_private_show_function(field, format_string, sz, cast) \ argument 176 #define fcoe_ctlr_private_rd_attr(field, format_string, sz) \ argument 181 #define fcoe_ctlr_rd_attr(field, format_string, sz) \ argument 186 #define fcoe_fcf_rd_attr(field, format_string, sz) \ argument 191 #define fcoe_fcf_private_rd_attr(field, format_string, sz) \ argument 196 #define fcoe_ctlr_private_rd_attr_cast(field, format_string, sz, cast) \ argument 201 #define fcoe_fcf_private_rd_attr_cast(field, format_string, sz, cast) \ argument
|
/linux/fs/ |
H A D | statfs.c | 199 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 346 int kcompat_sys_statfs64(const char __user * pathname, compat_size_t sz, struct compat_statfs64 __u… in kcompat_sys_statfs64() 360 COMPAT_SYSCALL_DEFINE3(statfs64, const char __user *, pathname, compat_size_t, sz, struct compat_st… in COMPAT_SYSCALL_DEFINE3() argument 365 int kcompat_sys_fstatfs64(unsigned int fd, compat_size_t sz, struct compat_statfs64 __user * buf) in kcompat_sys_fstatfs64() 379 COMPAT_SYSCALL_DEFINE3(fstatfs64, unsigned int, fd, compat_size_t, sz, struct compat_statfs64 __use… in COMPAT_SYSCALL_DEFINE3() argument
|
/linux/arch/arm64/crypto/ |
H A D | aes-cipher-core.S | 74 .macro fround, out0, out1, out2, out3, in0, in1, in2, in3, sz=2, op 79 .macro iround, out0, out1, out2, out3, in0, in1, in2, in3, sz=2, op
|
/linux/drivers/staging/rtl8723bs/os_dep/ |
H A D | osdep_service.c | 20 void *_rtw_malloc(u32 sz) in _rtw_malloc() 25 void *_rtw_zmalloc(u32 sz) in _rtw_zmalloc() 35 inline struct sk_buff *_rtw_skb_alloc(u32 sz) in _rtw_skb_alloc()
|