:man| Alphabetical   Categories   About us 
 
VM_PAGE_FLAG (9) | Kernel routines | Unix Manual Pages | :man

NAME

vm_page_flag_clear, vm_page_flag_set - "change page flags"

CONTENTS

Synopsis
Description
Authors

SYNOPSIS


.In sys/param.h
.In vm/vm.h
.In 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
.An Chad David Aq
davidc@acns.ab.ca .

July 14, 2001 VM_PAGE_FLAG (9)
shtml">manServer 1.07 from vm_page_flag.9 using doc macros.

 
Created by Blin Media, 2008-2013