Searched defs:kmalloc (Results 1 – 6 of 6) sorted by relevance
33 int BPF_PROG(kmalloc, unsigned long call_site, const void *ptr, in BPF_PROG() argument
27 static void *kmalloc(unsigned size, gfp_t gfp) in kmalloc() function
57 static inline void *kmalloc(size_t s, gfp_t gfp) in kmalloc() function
112 static inline void *kmalloc(unsigned int size, unsigned int flags) in kmalloc() function
41 struct ot_mem_stat kmalloc; member
956 #define kmalloc(...) alloc_hooks(kmalloc_noprof(__VA_ARGS__)) macro