1KMEM_CACHE_SHRINK(9)      Memory Management in Linux      KMEM_CACHE_SHRINK(9)
2
3
4

NAME

6       kmem_cache_shrink - Shrink a cache.
7

SYNOPSIS

9       int kmem_cache_shrink(struct kmem_cache * cachep);
10

ARGUMENTS

12       cachep
13           The cache to shrink.
14

DESCRIPTION

16       Releases as many slabs as possible for a cache. To help debugging, a
17       zero exit status indicates all slabs were released.
18
20Kernel Hackers Manual 3.10         June 2019              KMEM_CACHE_SHRINK(9)
Impressum