vm_page_deactivate(9) 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.

AUTHORS

This manual page was written by An Chad David Aq [email protected] .