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

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

VM_PAGE_DONTNEED(9)

Contents


NAME    [Toc]    [Back]

     vm_page_dontneed -- indicate that a page is not needed anymore

SYNOPSIS    [Toc]    [Back]

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

     void
     vm_page_dontneed(vm_page_t m);

DESCRIPTION    [Toc]    [Back]

     The vm_page_dontneed() function advises the VM system that the given page
     is no longer required.  If the page is already in the inactive queue or
     in the cache queue, this function does nothing; otherwise the page is
     deactivated.

     Note that vm_page_dontneed() does not necessarily deactivate a page, but
     instead implements an algorithm that attempts to prevent small objects
     from having their pages reused too quickly, and large objects from flushing
 smaller ones from the queues as their pages are released.

SEE ALSO    [Toc]    [Back]

      
      
     vm_page_deactivate(9)

AUTHORS    [Toc]    [Back]

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


FreeBSD 5.2.1			 July 30, 2001			 FreeBSD 5.2.1
[ Back ]
 Similar pages
Name OS Title
MrmRegisterClass IRIX Saves the information needed for MRM to
MrmRegisterClass Tru64 Saves the information needed for MRM to
MrmRegisterClass HP-UX Saves the information needed for MRM to access the
wcwidth Linux determine columns needed for a wide character
dlltool Linux Create files needed to build and use DLLs.
XmStringFreeContext IRIX A compound string function that instructs the toolkit that the context is no longer needed
XmStringFreeContext Tru64 A compound string function that instructs the toolkit that the context is no longer needed
ssh_certificates Tru64 Describes the configuration files and keywords needed when using certificates with the Secure Shell ...
wcswidth Linux determine columns needed for a fixed-size wide character string
stfe Tru64 routines that provide a high-level interface to basic functions needed to access and add to the symb...
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service