vm_page_cache(9) debian man page | unix.com

Man Page: vm_page_cache

Operating Environment: debian

Section: 9

VM_PAGE_CACHE(9)					   BSD Kernel Developer's Manual					  VM_PAGE_CACHE(9)

NAME
vm_page_cache -- move a page onto the cache queue
SYNOPSIS
#include <sys/param.h> #include <vm/vm.h> #include <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 Chad David <davidc@acns.ab.ca>.
BSD
July 24, 2001 BSD
Related Man Pages
vm_page_unhold(9) - freebsd
vm_page_free_toq(9) - debian
vm_page_try_to_free(9) - debian
vm_page_try_to_free(9) - freebsd
vm_page_free(9) - opensolaris
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
awk or sed - Convert 2 lines to 1 line
One instance of comparing grep and awk
How to copy a column of multiple files and paste into new excel file (next to column)?