debian man page for vm_page_zero_fill

Query: vm_page_zero_fill

OS: debian

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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

NAME
vm_page_zero_fill -- zero fill a page
SYNOPSIS
#include <sys/param.h> #include <vm/vm.h> #include <vm/vm_page.h> boolean_t vm_page_zero_fill(vm_page_t m);
DESCRIPTION
The vm_page_zero_fill() function zeros the given vm page by calling the machine dependent pmap_zero_page() routine. vm_page_zero_fill() always returns TRUE.
AUTHORS
This manual page was written by Chad David <davidc@acns.ab.ca>.
BSD
July 17, 2001 BSD
Related Man Pages
vm_page_free(9) - freebsd
vm_page_hold(9) - freebsd
vm_page_hold(9) - opensolaris
vm_page_hold(9) - suse
vm_page_hold(9) - osx
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
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)?
New UNIX and Linux History Sections