|
VM_PAGE_DEACTIVATE (9) | Kernel routines | Unix Manual Pages | :man▋
NAME
vm_page_deactivate - "deactivate a page"
CONTENTS
Synopsis Description See Also Authors
SYNOPSIS
.In sys/param.h .In vm/vm.h .In vm/vm_page.h void vm_page_deactivate "vm_page_t m"
DESCRIPTION
The vm_page_deactivate function moves the given page to the inactive queue as long as it is unmanaged and is not wired.
SEE ALSO
vm_page_unmanage(9), vm_page_wire(9)
AUTHORS
|