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)
Wed, Nov 12, 8:08 PM
Unknown Object (File)
Sat, Nov 8, 7:13 AM
Unknown Object (File)
Tue, Nov 4, 12:22 AM
Unknown Object (File)
Wed, Oct 29, 7:33 AM
Unknown Object (File)
Wed, Oct 29, 7:09 AM
Unknown Object (File)
Wed, Oct 29, 7:02 AM
Unknown Object (File)
Mon, Oct 27, 11:14 PM
Unknown Object (File)
Oct 13 2025, 1:12 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