Searched defs:kmalloc (Results 1 – 9 of 9) sorted by relevance
/linux-6.8/tools/lib/ |
D | slab.c | 14 void *kmalloc(size_t size, gfp_t gfp) in kmalloc() function
|
/linux-6.8/tools/testing/selftests/bpf/progs/ |
D | bench_local_storage_create.c | 33 int BPF_PROG(kmalloc, unsigned long call_site, const void *ptr, in BPF_PROG() argument
|
/linux-6.8/lib/ |
D | decompress_unxz.c | 156 #define kmalloc(size, flags) malloc(size) macro
|
D | test_objpool.c | 41 struct ot_mem_stat kmalloc; member
|
/linux-6.8/tools/virtio/ringtest/ |
D | ptr_ring.c | 27 static void *kmalloc(unsigned size, gfp_t gfp) in kmalloc() function
|
/linux-6.8/fs/bcachefs/ |
D | io_read.h | 39 kmalloc:1, member
|
/linux-6.8/tools/virtio/linux/ |
D | kernel.h | 56 static inline void *kmalloc(size_t s, gfp_t gfp) in kmalloc() function
|
/linux-6.8/tools/testing/scatterlist/linux/ |
D | mm.h | 113 static inline void *kmalloc(unsigned int size, unsigned int flags) in kmalloc() function
|
/linux-6.8/include/linux/ |
D | slab.h | 581 static __always_inline __alloc_size(1) void *kmalloc(size_t size, gfp_t flags) in kmalloc() function
|