vm_page_deactivate — deactivate a page
Contents
Description
The vm_page_deactivate() function moves the given page to the inactive queue as long as it is unmanaged
and is not wired.
Name
vm_page_deactivate — deactivate a page
See Also
vm_page_wire(9)
Synopsis
#include<sys/param.h>#include<vm/vm.h>#include<vm/vm_page.h>voidvm_page_deactivate(vm_page_tm);
