vm_page_deactivate.9freebsd

Langue: en

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

Section: 9 (Appels noyau Linux)


BSD mandoc

NAME

vm_page_deactivate - deactivate a page

SYNOPSIS

In sys/param.h In vm/vm.h In vm/vm_page.h Ft void Fn vm_page_deactivate vm_page_t m

DESCRIPTION

The Fn vm_page_deactivate function moves the given page to the inactive queue as long as it is unmanaged and is not wired.

SEE ALSO

vm_page_wire9

AUTHORS

This manual page was written by An Chad David Aq davidc@acns.ab.ca .