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

NAME

vm_page_unmanage - "make a page unmanaged"

CONTENTS

Synopsis
Description
Authors

SYNOPSIS


.In sys/param.h
.In vm/vm.h
.In vm/vm_page.h void vm_page_unmanage "vm_page_t m"

DESCRIPTION

The vm_page_unmanage function flags that the page should no longer be managed by the VM system like other pages. The page is removed from any page queue it may be on, and after its PG_UNMANAGED flag is set, the page daemon will ignore it (if the page is currently wired, it will not be removed from its current queue).

Unmanaged pages are used by OBJT_PHYS objects to provide physical memory backed storage.

AUTHORS

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

July 17, 2001 VM_PAGE_UNMANAGE (9)
shtml">manServer 1.07 from vm_page_unmanage.9 using doc macros.

 
Created by Blin Media, 2008-2013