|
NAMEvm_page_aflag_clear ,
vm_page_aflag_set ,
vm_page_reference —
change page atomic flags
SYNOPSIS#include <sys/param.h>
#include <vm/vm.h>
#include <vm/vm_page.h>
void
void
void
DESCRIPTIONThevm_page_aflag_clear () atomically clears the
specified bits on the page's aflags.
The The
vm_page_aflag_set(m, PGA_REFERENCED); and is the recommended way to mark the page as referenced from third-party kernel modules. These functions neither block nor require any locks to be held around the calls for correctness. The functions arguments are:
The following aflags can be set or cleared:
Both AUTHORSThis manual page was written by Chad David <davidc@acns.ab.ca>.
Visit the GSP FreeBSD Man Page Interface. |