Searched defs:ptr (Results 76 - 100 of 2126) sorted by relevance

1234567891011>>

/linux-master/tools/perf/util/bpf_skel/
H A Dbpf_prog_profiler.bpf.c36 struct bpf_perf_event_value *ptr; local
/linux-master/tools/include/linux/
H A Dhash.h85 static inline u32 hash_ptr(const void *ptr, unsigned int bits) argument
91 static inline u32 hash32_ptr(const void *ptr) argument
H A Derr.h40 static inline long __must_check PTR_ERR(__force const void *ptr) argument
45 static inline bool __must_check IS_ERR(__force const void *ptr) argument
50 static inline bool __must_check IS_ERR_OR_NULL(__force const void *ptr) argument
55 static inline int __must_check PTR_ERR_OR_ZERO(__force const void *ptr) argument
70 ERR_CAST(__force const void *ptr) argument
[all...]
/linux-master/include/linux/unaligned/
H A Dpacked_struct.h12 const struct __una_u16 *ptr = (const struct __una_u16 *)p; local
18 const struct __una_u32 *ptr = (const struct __una_u32 *)p; local
24 const struct __una_u64 *ptr = (const struct __una_u64 *)p; local
30 struct __una_u16 *ptr = (struct __una_u16 *)p; local
36 struct __una_u32 *ptr = (struct __una_u32 *)p; local
42 struct __una_u64 *ptr = (struct __una_u64 *)p; local
[all...]
/linux-master/include/linux/
H A Dhash.h85 static inline u32 hash_ptr(const void *ptr, unsigned int bits) argument
91 static inline u32 hash32_ptr(const void *ptr) argument
H A Dmsi_api.h36 void *ptr; member in union:msi_instance_cookie
/linux-master/arch/um/include/asm/
H A Duaccess.h39 static inline int __access_ok(const void __user *ptr, unsigned long size) argument
/linux-master/arch/csky/include/asm/
H A Duaccess.h91 __put_user_fn(size_t size, void __user *ptr, void *x) argument
168 __get_user_fn(size_t size, const void __user *ptr, void *x) argument
[all...]
/linux-master/net/core/
H A Dptp_classifier.c112 u8 *ptr = skb_mac_header(skb); local
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dcgroup_attach_autodetach.c29 void *ptr = NULL; local
/linux-master/arch/mips/kernel/
H A Dcmpxchg.c10 unsigned long __xchg_small(volatile void *ptr, unsigned long val, unsigned int size) argument
50 unsigned long __cmpxchg_small(volatile void *ptr, unsigned long old, argument
[all...]
/linux-master/arch/arm/mm/
H A Dcopypage-xsc3.c82 void *ptr, *kaddr = kmap_atomic(page); local
H A Dcopypage-feroceon.c81 void *ptr, *kaddr = kmap_atomic(page); local
/linux-master/kernel/
H A Dextable.c143 void *dereference_function_descriptor(void *ptr) argument
154 void *dereference_kernel_function_descriptor(void *ptr) argument
163 int func_ptr_is_kernel_text(void *ptr) argument
[all...]
/linux-master/drivers/platform/surface/aggregator/
H A Dssh_parser.h25 u8 *ptr; member in struct:sshp_buf
39 static inline void sshp_buf_init(struct sshp_buf *buf, u8 *ptr, size_t cap) argument
59 u8 *ptr; local
[all...]
/linux-master/arch/parisc/kernel/
H A Dhardware.c1363 struct hp_cpu_type_mask *ptr; local
/linux-master/tools/lib/api/fd/
H A Darray.h27 void *ptr; member in union:fdarray::priv::__anon242
/linux-master/drivers/edac/
H A Dsifive_edac.c28 int ecc_err_event(struct notifier_block *this, unsigned long event, void *ptr) argument
/linux-master/include/asm-generic/
H A Dmsi.h30 void *ptr; member in union:msi_alloc_info::__anon3041
H A Dcmpxchg.h24 unsigned long __generic_xchg(unsigned long x, volatile void *ptr, int size) argument
[all...]
/linux-master/lib/zstd/common/
H A Dzstd_common.c68 void* const ptr = customMem.customAlloc(customMem.opaque, size); local
75 void ZSTD_customFree(void* ptr, ZSTD_customMem customMem) argument
/linux-master/arch/arm/boot/compressed/
H A Dmisc-ep93xx.h8 static inline unsigned int __raw_readl(unsigned int ptr) argument
13 static inline void __raw_writeb(unsigned char value, unsigned int ptr) argument
18 static inline void __raw_writel(unsigned int value, unsigned int ptr) argument
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_kfunc_dynptr_param.c61 struct bpf_dynptr ptr; local
/linux-master/arch/xtensa/platforms/iss/
H A Dsetup.c50 iss_panic_event(struct notifier_block *this, unsigned long event, void *ptr) argument
35 iss_restart(struct notifier_block *this, unsigned long event, void *ptr) argument
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_gart.h45 void *ptr; member in struct:amdgpu_gart

Completed in 474 milliseconds

1234567891011>>