Unix VPS A - Starter B - Basic C - Preferred D - Commercial MPS - Dedicated Previous VPSs * Sign Up! *
Support Contact Us Online Help Handbooks Domain Status Man Pages
FAQ Virtual Servers Pricing Billing Technical
Network Facilities Connectivity Topology Map
Miscellaneous Server Agreement Year 2038 Credits
vm_page_deactivate — deactivate a page
vm_page_deactivate
#include <sys/param.h> #include <vm/vm.h> #include <vm/vm_page.h>
#include <sys/param.h>
#include <vm/vm.h>
#include <vm/vm_page.h>
void vm_page_deactivate(vm_page_t m);
The vm_page_deactivate() function moves the given page to the inactive queue as long as it is unmanaged and is not wired.
vm_page_wire(9)
This manual page was written by Chad David <davidc@acns.ab.ca>.
Visit the GSP FreeBSD Man Page Interface.Output converted with ManDoc.