Searched defs:kmalloc (Results 1 – 5 of 5) sorted by relevance
33 int BPF_PROG(kmalloc, unsigned long call_site, const void *ptr, in BPF_PROG() argument
164 #define kmalloc(size, flags) malloc(size) macro
27 static void *kmalloc(unsigned size, gfp_t gfp) in kmalloc() function
56 static inline void *kmalloc(size_t s, gfp_t gfp) in kmalloc() function
113 static inline void *kmalloc(unsigned int size, unsigned int flags) in kmalloc() function