Searched defs:ptr (Results 1 - 25 of 2126) sorted by relevance

1234567891011>>

/linux-master/tools/virtio/linux/
H A Dkmemleak.h1 static inline void kmemleak_ignore(const void *ptr) argument
H A Derr.h13 static inline long __must_check PTR_ERR(const void *ptr) argument
18 static inline long __must_check IS_ERR(const void *ptr) argument
23 static inline long __must_check IS_ERR_OR_NULL(const void *ptr) argument
/linux-master/tools/testing/radix-tree/linux/
H A Dkmemleak.h1 static inline void kmemleak_update_trace(const void *ptr) { } argument
/linux-master/include/linux/
H A Dadfs_fs.h12 static inline int adfs_checkbblk(unsigned char *ptr) argument
/linux-master/tools/lib/
H A Dzalloc.c11 void __zfree(void **ptr) argument
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_hwconfig.h15 void *ptr; member in struct:intel_hwconfig
/linux-master/security/integrity/platform_certs/
H A Dload_ipl_s390.c20 void *ptr, *end; local
/linux-master/arch/arm/mach-s3c/
H A Dpm-common.c27 void s3c_pm_do_save(struct sleep_save *ptr, int count) argument
46 s3c_pm_do_restore(const struct sleep_save *ptr, int count) argument
69 s3c_pm_do_restore_core(const struct sleep_save *ptr, int count) argument
[all...]
/linux-master/arch/s390/purgatory/
H A Dpurgatory.c17 struct kexec_sha_region *ptr, *end; local
/linux-master/drivers/crypto/cavium/zip/
H A Dzip_mem.c90 u8 *ptr; local
109 void zip_data_buf_free(u8 *ptr, u64 size) argument
/linux-master/lib/
H A Dmemweight.c11 size_t memweight(const void *ptr, size_t bytes) argument
/linux-master/tools/include/tools/
H A Dlibc_compat.h11 static inline void *reallocarray(void *ptr, size_t nmemb, size_t size) argument
/linux-master/tools/testing/radix-tree/
H A Dregression3.c33 void *ptr = (void *)8ul; local
/linux-master/arch/powerpc/boot/
H A Dstdlib.c13 unsigned long long int strtoull(const char *ptr, char **end, int base) argument
[all...]
/linux-master/tools/testing/selftests/arm64/tags/
H A Dtags_test.c18 struct utsname *ptr; local
/linux-master/include/linux/soc/marvell/octeontx2/
H A Dasm.h39 static inline u64 otx2_atomic64_fetch_add(u64 incr, u64 *ptr) argument
/linux-master/arch/riscv/purgatory/
H A Dpurgatory.c22 struct kexec_sha_region *ptr, *end; local
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtask_local_storage_exit_creds.c24 __u64 *ptr; local
H A Derr.h8 static inline int IS_ERR_OR_NULL(const void *ptr) argument
13 static inline long PTR_ERR(const void *ptr) argument
/linux-master/arch/hexagon/include/asm/
H A Dcmpxchg.h23 __arch_xchg(unsigned long x, volatile void *ptr, int size) argument
[all...]
/linux-master/samples/bpf/
H A Dtracex4.bpf.c30 long ptr = PT_REGS_PARM2(ctx); local
39 long ptr = PT_REGS_RC(ctx); local
/linux-master/arch/alpha/kernel/
H A Dpci-noop.c50 void *ptr = memblock_alloc(sizeof(struct resource), SMP_CACHE_BYTES); local
/linux-master/arch/mips/include/asm/octeon/
H A Dcvmx-packet.h39 void *ptr; member in union:cvmx_buf_ptr
/linux-master/drivers/misc/vmw_vmci/
H A Dvmci_driver.h26 void *ptr; member in struct:vmci_obj
/linux-master/tools/testing/selftests/kvm/lib/
H A Dio.c46 const char *ptr = buf; local
123 char *ptr = buf; local

Completed in 303 milliseconds

1234567891011>>