vm_page_zero_fill.9freebsd

Langue: en

Version: 306977 (debian - 07/07/09)

Section: 9 (Appels noyau Linux)


BSD mandoc

NAME

vm_page_zero_fill - zero fill a page

SYNOPSIS

In sys/param.h In vm/vm.h In vm/vm_page.h Ft boolean_t Fn vm_page_zero_fill vm_page_t m

DESCRIPTION

The Fn vm_page_zero_fill function zeros the given vm page by calling the machine dependent Fn pmap_zero_page routine.

Fn vm_page_zero_fill always returns TRUE

AUTHORS

This manual page was written by An Chad David Aq davidc@acns.ab.ca .