Page MenuHomeFreeBSD

Introduce vm_page_alloc_noobj_contig()
ClosedPublic

Authored by markj on Sep 17 2021, 2:17 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, May 12, 11:38 PM
Unknown Object (File)
Tue, May 12, 11:38 PM
Unknown Object (File)
Tue, May 12, 11:37 PM
Unknown Object (File)
Fri, May 8, 8:38 PM
Unknown Object (File)
Fri, May 1, 10:38 PM
Unknown Object (File)
Wed, Apr 29, 6:02 PM
Unknown Object (File)
Wed, Apr 29, 8:02 AM
Unknown Object (File)
Wed, Apr 29, 3:31 AM
Subscribers

Details

Summary

For now it is implemented in terms of vm_page_alloc_contig(), with the
difference that vm_page_alloc_noobj_contig() implements VM_ALLOC_ZERO by
zeroing the page.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable