Searched refs:kmem_cache_shrink (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dslab.h46 int kmem_cache_shrink(struct kmem_cache *);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dslob.c391 int kmem_cache_shrink(struct kmem_cache *d) function
395 EXPORT_SYMBOL(kmem_cache_shrink); variable
H A Dslub.c177 * lists even if they are empty. kmem_cache_shrink may reclaim them.
183 * The existence of more partial slabs makes kmem_cache_shrink
1301 * partial list stays small. kmem_cache_shrink can
2320 * kmem_cache_shrink removes empty slabs from the partial lists and sorts
2329 int kmem_cache_shrink(struct kmem_cache *s) function
2396 EXPORT_SYMBOL(kmem_cache_shrink); variable
3418 int rc = kmem_cache_shrink(s);
H A Dslab.c74 * kmem_cache_shrink() and kmem_cache_reap()).
2505 * kmem_cache_shrink - Shrink a cache.
2511 int kmem_cache_shrink(struct kmem_cache *cachep) function
2521 EXPORT_SYMBOL(kmem_cache_shrink); variable

Completed in 60 milliseconds