vm_page_cache (9)
Leading comments
Copyright (C) 2001 Chad David <davidc@acns.ab.ca>. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice(s), this list of conditions and the following disclaimer as
the first lines of this file unmodified other than the possible
addition of one or more copyright notices.
2. Redistributions in binary for...
(The comments found at the beginning of the groff file "man9/vm_page_cache.9freebsd".)
NAME
vm_page_cache
- move a page onto the cache queue
SYNOPSIS
In sys/param.h
In vm/vm.h
In vm/vm_page.h
Ft void
Fn vm_page_cache vm_page_t m
DESCRIPTION
The
Fn 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 .