Searched defs:kmalloc (Results 1 – 6 of 6) sorted by relevance
33 BPF_PROG(kmalloc,unsigned long call_site,const void * ptr,size_t bytes_req,size_t bytes_alloc,gfp_t gfp_flags,int node) 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