Searched defs:kmem_cache_shrink (Results 1 - 3 of 3) sorted by relevance

/mm/
H A Dslob.c675 int kmem_cache_shrink(struct kmem_cache *d) function
679 EXPORT_SYMBOL(kmem_cache_shrink); variable
H A Dslab.c74 * kmem_cache_shrink() and kmem_cache_reap()).
2648 * kmem_cache_shrink - Shrink a cache.
2654 int kmem_cache_shrink(struct kmem_cache *cachep) function
2666 EXPORT_SYMBOL(kmem_cache_shrink); variable
H A Dslub.c139 * lists even if they are empty. kmem_cache_shrink may reclaim them.
145 * The existence of more partial slabs makes kmem_cache_shrink
3452 * kmem_cache_shrink removes empty slabs from the partial lists and sorts
3461 int kmem_cache_shrink(struct kmem_cache *s) function
3517 EXPORT_SYMBOL(kmem_cache_shrink); variable
3526 kmem_cache_shrink(s);
4951 int rc = kmem_cache_shrink(s);

Completed in 29 milliseconds