debian man page for vm_page_flag

Query: vm_page_flag

OS: debian

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

VM_PAGE_FLAG(9) 					   BSD Kernel Developer's Manual					   VM_PAGE_FLAG(9)

NAME
vm_page_flag_clear, vm_page_flag_set -- change page flags
SYNOPSIS
#include <sys/param.h> #include <vm/vm.h> #include <vm/vm_page.h> void vm_page_flag_clear(vm_page_t m, unsigned short bits); void vm_page_flag_set(vm_page_t m, unsigned short bits);
DESCRIPTION
The vm_page_flag_clear() atomically clears the specified bits on the page's flags. The vm_page_flag_set() atomically sets the specified bits on the page's flags. The functions arguments are: m The page whose flags are updated. bits The bits that are set or cleared on the page's flags.
AUTHORS
This manual page was written by Chad David <davidc@acns.ab.ca>.
BSD
July 14, 2001 BSD
Related Man Pages
vm_page_set_validclean(9) - debian
vm_page_undirty(9) - debian
vm_page_bits(9) - freebsd
vm_page_aflag(9) - freebsd
vm_page_clear_dirty(9) - freebsd
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
awk or sed - Convert 2 lines to 1 line
How can I do this in VI editor?
One instance of comparing grep and awk
How to copy a column of multiple files and paste into new excel file (next to column)?