Home
last modified time | relevance | path

Searched defs:kmem_cache_alloc (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/lib/
H A Dlinux_compat.c39 void *kmem_cache_alloc(struct kmem_cache *obj, int flag) in kmem_cache_alloc() function
/openbmc/linux/tools/include/linux/
H A Dslab.h34 static inline void *kmem_cache_alloc(struct kmem_cache *cachep, int flags) in kmem_cache_alloc() function
/openbmc/linux/mm/
H A Dslab.c3430 void *kmem_cache_alloc(struct kmem_cache *cachep, gfp_t flags) in kmem_cache_alloc() function
H A Dslub.c3500 void *kmem_cache_alloc(struct kmem_cache *s, gfp_t gfpflags) in kmem_cache_alloc() function