vm_page_deactivate (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_deactivate.9freebsd".)
NAME
vm_page_deactivate
- deactivate a page
SYNOPSIS
In sys/param.h
In vm/vm.h
In vm/vm_page.h
Ft void
Fn vm_page_deactivate vm_page_t m
DESCRIPTION
The
Fn vm_page_deactivate
function moves the given page to the inactive queue as long as it is
unmanaged and is not wired.
SEE ALSO
vm_page_wire9
AUTHORS
This manual page was written by
An Chad David Aq davidc@acns.ab.ca .