Home
last modified time | relevance | path

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

/Linux-v4.19/mm/
Dslab.h169 bool __kmem_cache_empty(struct kmem_cache *);
Dslab.c2292 bool __kmem_cache_empty(struct kmem_cache *s) in __kmem_cache_empty() function
Dslub.c3672 bool __kmem_cache_empty(struct kmem_cache *s) in __kmem_cache_empty() function
/Linux-v4.19/mm/kasan/
Dkasan.c385 if (!__kmem_cache_empty(cache)) in kasan_cache_shutdown()