|
NAMEvm_page_deactivate —
deactivate a page
SYNOPSIS#include <sys/param.h>
#include <vm/vm.h>
#include <vm/vm_page.h>
void
DESCRIPTIONThevm_page_deactivate () function moves the given page
to the inactive queue as long as it is unmanaged and is not wired.
SEE ALSOvm_page_wire(9)AUTHORSThis manual page was written by Chad David <davidc@acns.ab.ca>.
Visit the GSP FreeBSD Man Page Interface. |