Page MenuHomeFreeBSD

Introduce vm_page_alloc_noobj_contig()
ClosedPublic

Authored by markj on Sep 17 2021, 2:17 PM.
Tags
None
Referenced Files
F131964031: D32005.diff
Sun, Oct 12, 1:33 PM
Unknown Object (File)
Mon, Sep 15, 11:28 PM
Unknown Object (File)
Aug 26 2025, 9:33 AM
Unknown Object (File)
Aug 25 2025, 2:12 PM
Unknown Object (File)
Aug 25 2025, 11:24 AM
Unknown Object (File)
Aug 25 2025, 8:52 AM
Unknown Object (File)
Aug 25 2025, 8:20 AM
Unknown Object (File)
Aug 14 2025, 11: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