.\" 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 "CACHE_REAP" "9" "09 October 2005" "" ""
.SH NAME
cache_reap \- Reclaim memory from caches.
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void cache_reap (void * \fIunused\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIunused\fB\fR
-- undescribed --
.SH "DESCRIPTION"
.PP
.PP
Called from workqueue/eventd every few seconds.
.SH "PURPOSE"
.PP
- clear the per-cpu caches for this CPU.
- return freeable pages to the main free memory pool.
.PP
If we cannot acquire the cache chain semaphore then just give up - we'll
try again on the next iteration.