Page MenuHomeFreeBSD

Introduce vm_page_alloc_noobj_contig()
ClosedPublic

Authored by markj on Sep 17 2021, 2:17 PM.
Tags
None
Referenced Files
F152607681: D32005.diff
Wed, Apr 15, 11:24 PM
F152554678: D32005.diff
Wed, Apr 15, 4:02 PM
Unknown Object (File)
Wed, Apr 15, 9:05 AM
Unknown Object (File)
Fri, Apr 10, 5:44 PM
Unknown Object (File)
Fri, Apr 10, 9:14 AM
Unknown Object (File)
Fri, Apr 10, 4:07 AM
Unknown Object (File)
Sat, Mar 28, 2:02 AM
Unknown Object (File)
Wed, Mar 18, 3:10 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