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 pages flags. The vm_page_flag_set atomically sets the specified bits on the pages flags. The functions arguments are:
The vm_page_flag_set atomically sets the specified bits on the pages flags.
The functions arguments are: