*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->FreeBSD man pages -> vm_page_unwire (9)              
Title
Content
Arch
Section
 

VM_PAGE_WIRE(9)

Contents


NAME    [Toc]    [Back]

     vm_page_wire, vm_page_unwire -- wire and unwire pages

SYNOPSIS    [Toc]    [Back]

     #include <sys/param.h>
     #include <vm/vm.h>
     #include <vm/vm_page.h>

     void
     vm_page_wire(vm_page_t m);

     void
     vm_page_unwire(vm_page_t m, int activate);

DESCRIPTION    [Toc]    [Back]

     The vm_page_wire() function increments the wire count on a page, and
     removes it from whatever queue it is on.

     The vm_page_unwire() function releases one of the wirings on the page.
     When write_count reaches zero the page is placed back onto either the
     active queue (if activate is non-zero) or onto the inactive queue (if
     activate is zero).  If the page is unmanaged (PG_UNMANAGED is set) then
     the page is left on PQ_NONE.

AUTHORS    [Toc]    [Back]

     This man page was written by Chad David <[email protected]>.


FreeBSD 5.2.1			 July 13, 2001			 FreeBSD 5.2.1
[ Back ]
 Similar pages
Name OS Title
AliasToIv IRIX convert an Alias wire file to Open Inventor 2.0 format
catman FreeBSD preformat man pages
mmap HP-UX map pages of memory
mmap IRIX map pages of memory
miscellaneous FreeBSD miscellaneous information pages
minherit OpenBSD control the inheritance of pages
mprotect OpenBSD control the protection of pages
pmap_clear_modify FreeBSD set information about physical pages
manctl FreeBSD manipulating manual pages
intro OpenBSD miscellaneous information pages
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service