logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

vm_page_deactivate — deactivate a page

Authors

       This manual page was written by Chad David <davidc@acns.ab.ca>.

Debian                                            July 24, 2001                            VM_PAGE_DEACTIVATE(9)

Description

       The  vm_page_deactivate()  function moves the given page to the inactive queue as long as it is unmanaged
       and is not wired.

Name

       vm_page_deactivate — deactivate a page

See Also

vm_page_wire(9)

Synopsis

#include<sys/param.h>#include<vm/vm.h>#include<vm/vm_page.h>voidvm_page_deactivate(vm_page_tm);

See Also