VM_PAGE_CACHE (9) | Kernel routines | Unix Manual Pages | :man▋
NAME
vm_page_cache - "move a page onto the cache queue"
CONTENTS
Synopsis Description Authors
SYNOPSIS
.In sys/param.h .In vm/vm.h .In vm/vm_page.h void vm_page_cache "vm_page_t m"
DESCRIPTION
The vm_page_cache function moves a page onto the cache queue, and removes any protection that may be set on the page. If the page is busy, wired or unmanaged then the move to the cache queue will fail. If the page is dirty the system will panic.
AUTHORS
This manual page was written by .An Chad David Aq davidc@acns.ab.ca . July 24, 2001 | VM_PAGE_CACHE (9) | | shtml">manServer 1.07 from vm_page_cache.9 using doc macros.
|