.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "KMEM_CACHE_SHRINK" "" "06 October 2005" "" "" .SH NAME kmem_cache_shrink \- Shrink a cache. .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp int kmem_cache_shrink (kmem_cache_t * \fIcachep\fB); \fR .SH "ARGUMENTS" .TP \fB\fIcachep\fB\fR The cache to shrink. .SH "DESCRIPTION" .PP Releases as many slabs as possible for a cache. To help debugging, a zero exit status indicates all slabs were released.