tail head cat sleep
QR code linking to this page

Manual Pages  — VM_PAGE_DEACTIVATE

NAME

vm_page_deactivate – deactivate a page

CONTENTS

SYNOPSIS

#include <sys/param.h>
#include <vm/vm.h>
#include <vm/vm_page.h>

void
vm_page_deactivate(vm_page_t m);

DESCRIPTION

The 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_wire(9)

AUTHORS

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

VM_PAGE_DEACTIVATE (9) July 24, 2001

tail head cat sleep
QR code linking to this page


Please direct any comments about this manual page service to Ben Bullock. Privacy policy.