vm_page_flag_set.9freebsd

Langue: en

Version: 308825 (debian - 07/07/09)

Section: 9 (Appels noyau Linux)


BSD mandoc

NAME

vm_page_flag_clear , vm_page_flag_set - change page flags

SYNOPSIS

In sys/param.h In vm/vm.h In vm/vm_page.h Ft void Fn vm_page_flag_clear vm_page_t m unsigned short bits Ft void Fn vm_page_flag_set vm_page_t m unsigned short bits

DESCRIPTION

The Fn vm_page_flag_clear atomically clears the specified bits on the page's flags.

The Fn vm_page_flag_set atomically sets the specified bits on the page's flags.

The functions arguments are:

Fa m
The page whose flags are updated.
Fa 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 .