man.bsd.lv manual page server

Manual Page Search Parameters

VM_PAGE_DEACTIVATE(9) Kernel Developer's Manual VM_PAGE_DEACTIVATE(9)

vm_page_deactivatedeactivate a page

#include <sys/param.h>
#include <vm/vm.h>
#include <vm/vm_page.h>

void
vm_page_deactivate(vm_page_t m);

The () 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>.

July 24, 2001 FreeBSD-12.0