|
NAMEvm_page_free , vm_page_free_toq ,
vm_page_free_zero ,
vm_page_try_to_free —
free a page
SYNOPSIS#include <sys/param.h>
#include <vm/vm.h>
#include <vm/vm_page.h>
void
void
void
int
DESCRIPTIONThevm_page_free_toq () function moves a page into the
free queue, and disassociates it from its object. If the page is held, wired,
already free, or its busy count is not zero, the system will panic. If the
PG_ZERO flag is set on the page, it is placed at the
end of the free queue; otherwise, it is placed at the front.
If the page's object is of type The The RETURN VALUESvm_page_try_to_free () returns 1 if it is able to free
the page; otherwise, 0 is returned.
SEE ALSOvm_page_busy(9), vm_page_hold(9), vm_page_wire(9)AUTHORSThis manual page was written by Chad David <davidc@acns.ab.ca>.
Visit the GSP FreeBSD Man Page Interface. |