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, Nov 12, 5:47 AM
Unknown Object (File)
Tue, Nov 12, 3:24 AM
Unknown Object (File)
Thu, Nov 7, 9:06 PM
Unknown Object (File)
Wed, Nov 6, 11:52 AM
Unknown Object (File)
Tue, Oct 22, 1:10 PM
Unknown Object (File)
Fri, Oct 18, 1:20 PM
Unknown Object (File)
Fri, Oct 18, 10:48 AM
Unknown Object (File)
Thu, Oct 17, 3:32 PM
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