Home
last modified time | relevance | path

Searched refs:____cache_alloc (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/mm/
H A Dslab.c2982 static inline void *____cache_alloc(struct kmem_cache *cachep, gfp_t flags) in ____cache_alloc() function
3182 objp = ____cache_alloc(cachep, flags); in __do_cache_alloc()
3185 objp = ____cache_alloc(cachep, flags); in __do_cache_alloc()
3206 return ____cache_alloc(cachep, flags); in __do_cache_alloc()