Query: vm_page_flash
OS: debian
Section: 9
Links: debian man pages all man pages
Forums: unix linux community forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
VM_PAGE_BUSY(9) BSD Kernel Developer's Manual VM_PAGE_BUSY(9)NAMEvm_page_busy, vm_page_flash, vm_page_wakeup -- handle the busying and unbusying of a pageSYNOPSIS#include <sys/param.h> #include <vm/vm.h> #include <vm/vm_page.h> void vm_page_busy(vm_page_t m); void vm_page_flash(vm_page_t m); void vm_page_wakeup(vm_page_t m);DESCRIPTIONThese functions handle the busying, unbusying and notification of the unbusying of a page. vm_page_busy() sets the VPO_BUSY flag in the page. vm_page_flash() checks to see if there is anybody waiting on the page (VPO_WANTED will be set), and if so, clears the VPO_WANTED flag and notifies whoever is waiting via wakeup(). vm_page_wakeup() clears the VPO_BUSY flag on the page, and calls vm_page_flash() in case somebody has been waiting for it.SEE ALSOvm_page_sleep_if_busy(9), wakeup(9)AUTHORSThis manual page was written by Chad David <davidc@acns.ab.ca>.BSDJuly 14, 2001 BSD
Related Man Pages |
---|
vm_page_unhold(9) - freebsd |
vm_page_free_zero(9) - debian |
vm_page_free_toq(9) - debian |
vm_page_try_to_free(9) - freebsd |
vm_page_free(9) - hpux |
Similar Topics in the Unix Linux Community |
---|
awk or sed - Convert 2 lines to 1 line |
Detecting unused variables... |
One instance of comparing grep and awk |
A (ksh) Library For and From UNIX.com |
New UNIX and Linux History Sections |