Page MenuHomeFreeBSD

Introduce vm_page_alloc_noobj_contig()
ClosedPublic

Authored by markj on Sep 17 2021, 2:17 PM.
Tags
None
Referenced Files
F146825535: D32005.id95290.diff
Thu, Mar 5, 10:42 PM
Unknown Object (File)
Tue, Mar 3, 6:07 AM
Unknown Object (File)
Fri, Feb 20, 1:32 PM
Unknown Object (File)
Thu, Feb 19, 1:09 AM
Unknown Object (File)
Wed, Feb 11, 3:55 PM
Unknown Object (File)
Wed, Feb 11, 9:17 AM
Unknown Object (File)
Tue, Feb 10, 4:47 PM
Unknown Object (File)
Sun, Feb 8, 3:37 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