Man Page: vm_page_deactivate
Operating Environment: freebsd
Section: 9
VM_PAGE_DEACTIVATE(9) BSD Kernel Developer's Manual VM_PAGE_DEACTIVATE(9)NAMEvm_page_deactivate -- deactivate a pageSYNOPSIS#include <sys/param.h> #include <vm/vm.h> #include <vm/vm_page.h> void vm_page_deactivate(vm_page_t m);DESCRIPTIONThe vm_page_deactivate() function moves the given page to the inactive queue as long as it is unmanaged and is not wired.SEE ALSOvm_page_wire(9)AUTHORSThis manual page was written by Chad David <davidc@acns.ab.ca>.BSDJuly 24, 2001 BSD
| Related Man Pages |
|---|
| vm_page_free_zero(9) - debian |
| vm_page_hold(9) - debian |
| vm_page_try_to_free(9) - debian |
| vm_page_free_zero(9) - freebsd |
| vm_page_hold(9) - freebsd |
| Similar Topics in the Unix Linux Community |
|---|
| The Whole Story on #! /usr/bin/ksh |
| FreeBSD Kernel Internals, Dr. Marshall Kirk McKusick |
| Scripts without shebang |
| Reason for no directory creation date |