Home
last modified time | relevance | path

Searched defs:ptr (Results 201 - 225 of 4059) sorted by relevance

12345678910>>...163

/kernel/linux/linux-5.10/security/tomoyo/
H A Denviron.c18 tomoyo_check_env_acl(struct tomoyo_request_info *r, const struct tomoyo_acl_info *ptr) tomoyo_check_env_acl() argument
/kernel/linux/linux-5.10/tools/include/linux/
H A Dhash.h88 static inline u32 hash_ptr(const void *ptr, unsigned int bits) in hash_ptr() argument
94 static inline u32 hash32_ptr(const void *ptr) in hash32_ptr() argument
H A Derr.h40 static inline long __must_check PTR_ERR(__force const void *ptr) in PTR_ERR() argument
45 static inline bool __must_check IS_ERR(__force const void *ptr) in IS_ERR() argument
50 static inline bool __must_check IS_ERR_OR_NULL(__force const void *ptr) in IS_ERR_OR_NULL() argument
55 static inline int __must_check PTR_ERR_OR_ZERO(__force const void *ptr) in PTR_ERR_OR_ZERO() argument
70 ERR_CAST(__force const void *ptr) ERR_CAST() argument
[all...]
/kernel/linux/linux-5.10/tools/include/linux/unaligned/
H A Dpacked_struct.h13 const struct __una_u16 *ptr = (const struct __una_u16 *)p; in __get_unaligned_cpu16() local
19 const struct __una_u32 *ptr = (const struct __una_u32 *)p; in __get_unaligned_cpu32() local
25 const struct __una_u64 *ptr = (const struct __una_u64 *)p; in __get_unaligned_cpu64() local
31 struct __una_u16 *ptr = (struct __una_u16 *)p; in __put_unaligned_cpu16() local
37 struct __una_u32 *ptr = (struct __una_u32 *)p; in __put_unaligned_cpu32() local
43 struct __una_u64 *ptr = (struct __una_u64 *)p; __put_unaligned_cpu64() local
[all...]
/kernel/linux/linux-5.10/tools/lib/api/fd/
H A Darray.h27 void *ptr; member
/kernel/linux/linux-5.10/tools/io_uring/
H A Dsetup.c14 void *ptr; in io_uring_mmap() local
[all...]
/kernel/linux/linux-5.10/tools/perf/ui/gtk/
H A Dhelpline.c31 char *ptr; in gtk_helpline_show() local
/kernel/linux/linux-5.10/tools/perf/util/
H A Dzlib.c20 void *ptr; in gzip_decompress_to_file() local
/kernel/linux/linux-5.10/fs/btrfs/
H A Dstruct-funcs.c10 check_setget_bounds(const struct extent_buffer *eb, const void *ptr, unsigned off, int size) check_setget_bounds() argument
166 unsigned long ptr = btrfs_node_key_ptr_offset(nr); btrfs_node_key() local
[all...]
/kernel/linux/linux-5.10/kernel/
H A Dextable.c168 int func_ptr_is_kernel_text(void *ptr) in func_ptr_is_kernel_text() argument
/kernel/linux/linux-5.10/fs/xfs/
H A Dkmem.c16 void *ptr; in kmem_alloc() local
45 void *ptr; in __kmem_vmalloc() local
68 void *ptr; in kmem_alloc_io() local
87 void *ptr; kmem_alloc_large() local
[all...]
/kernel/linux/linux-5.10/net/ipv6/netfilter/
H A Dip6t_ipv6header.c33 unsigned int ptr; in ipv6header_mt6() local
/kernel/linux/linux-5.10/drivers/pcmcia/
H A Dmax1600.c18 int max1600_init(struct device *dev, struct max1600 **ptr, in max1600_init() argument
/kernel/linux/linux-5.10/include/asm-generic/
H A Dcmpxchg.h26 unsigned long __xchg(unsigned long x, volatile void *ptr, int size) in __xchg() argument
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Derr.h29 static inline long __must_check PTR_ERR(__force const void *ptr) in PTR_ERR() argument
34 static inline bool __must_check IS_ERR(__force const void *ptr) in IS_ERR() argument
39 static inline bool __must_check IS_ERR_OR_NULL(__force const void *ptr) in IS_ERR_OR_NULL() argument
51 static inline void * __must_check ERR_CAST(__force const void *ptr) in ERR_CAST() argument
57 PTR_ERR_OR_ZERO(__force const void *ptr) PTR_ERR_OR_ZERO() argument
[all...]
H A Dhash.h88 static inline u32 hash_ptr(const void *ptr, unsigned int bits) in hash_ptr() argument
94 static inline u32 hash32_ptr(const void *ptr) in hash32_ptr() argument
/kernel/linux/linux-6.6/drivers/misc/cb710/
H A Dsgbuf2.c45 static inline bool needs_unaligned_copy(const void *ptr) in needs_unaligned_copy() argument
54 static bool sg_dwiter_get_next_block(struct sg_mapping_iter *miter, uint32_t **ptr) in sg_dwiter_get_next_block() argument
92 uint32_t *ptr = NULL; in cb710_sg_dwiter_read_next_block() local
133 uint32_t *ptr = NULL; in cb710_sg_dwiter_write_next_block() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxfw/
H A Dmlxfw_mfa2_file.h20 mlxfw_mfa2_valid_ptr(const struct mlxfw_mfa2_file *mfa2_file, const void *ptr) mlxfw_mfa2_valid_ptr() argument
/kernel/linux/linux-6.6/fs/btrfs/
H A Daccessors.c11 check_setget_bounds(const struct extent_buffer *eb, const void *ptr, unsigned off, int size) check_setget_bounds() argument
171 unsigned long ptr = btrfs_node_key_ptr_offset(eb, nr); btrfs_node_key() local
[all...]
/kernel/linux/linux-6.6/include/asm-generic/
H A Dcmpxchg.h24 unsigned long __generic_xchg(unsigned long x, volatile void *ptr, int size) in __generic_xchg() argument
[all...]
H A Dspinlock.h65 u16 *ptr = (u16 *)lock + IS_ENABLED(CONFIG_CPU_BIG_ENDIAN); in arch_spin_unlock() local
H A Dmsi.h30 void *ptr; member
/kernel/linux/linux-6.6/fs/xfs/
H A Dkmem.h60 static inline void kmem_free(const void *ptr) in kmem_free() argument
/kernel/linux/linux-6.6/include/linux/
H A Derr.h49 static inline long __must_check PTR_ERR(__force const void *ptr) in PTR_ERR() argument
59 static inline bool __must_check IS_ERR(__force const void *ptr) in IS_ERR() argument
70 static inline bool __must_check IS_ERR_OR_NULL(__force const void *ptr) in IS_ERR_OR_NULL() argument
82 ERR_CAST(__force const void *ptr) ERR_CAST() argument
105 PTR_ERR_OR_ZERO(__force const void *ptr) PTR_ERR_OR_ZERO() argument
[all...]
H A Dhash.h85 static inline u32 hash_ptr(const void *ptr, unsigned int bits) in hash_ptr() argument
91 static inline u32 hash32_ptr(const void *ptr) in hash32_ptr() argument

Completed in 12 milliseconds

12345678910>>...163