|
NAMEvm_page_wire , vm_page_unwire ,
vm_page_unwire_noq —
wire and unwire pages
SYNOPSIS#include <sys/param.h>
#include <vm/vm.h>
#include <vm/vm_page.h>
void
bool
void
bool
DESCRIPTIONThevm_page_wire () and
vm_page_wire_mapped () functions wire the page, which
prevents it from being reclaimed by the page daemon or when its containing
object is destroyed. Both functions require that the page belong to an object.
The vm_page_wire_mapped () function is for use by the
pmap(9)
layer following a lookup. This function may fail if mappings of the page are
concurrently being destroyed, in which case it will return false.
The AUTHORSThis manual page was written by Chad David <davidc@acns.ab.ca>.
Visit the GSP FreeBSD Man Page Interface. |