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)
Dec 7 2024, 9:42 AM
Unknown Object (File)
Nov 25 2024, 2:11 AM
Unknown Object (File)
Nov 18 2024, 9:05 AM
Unknown Object (File)
Nov 14 2024, 8:50 PM
Unknown Object (File)
Nov 12 2024, 5:47 AM
Unknown Object (File)
Nov 12 2024, 3:24 AM
Unknown Object (File)
Nov 7 2024, 9:06 PM
Unknown Object (File)
Nov 6 2024, 11:52 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