|
NAMEvm_page_dontneed —
indicate that a page is not needed anymore
SYNOPSIS#include <sys/param.h>
#include <vm/vm.h>
#include <vm/vm_page.h>
void
DESCRIPTIONThevm_page_dontneed () function advises the VM system
that the given page is no longer required. If the page is already in the
inactive queue or in the cache queue, this function does nothing; otherwise
the page is deactivated.
Note that SEE ALSOvm_page_deactivate(9)AUTHORSThis manual page was written by Chad David <davidc@acns.ab.ca>.
Visit the GSP FreeBSD Man Page Interface. |