Page MenuHomeFreeBSD

vm_page: Don't create a cache zone for the lazyinit freepool
ClosedPublic

Authored by markj on May 9 2025, 7:17 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Oct 9, 5:58 AM
Unknown Object (File)
Tue, Sep 16, 1:39 AM
Unknown Object (File)
Sep 13 2025, 10:32 PM
Unknown Object (File)
Sep 13 2025, 6:25 AM
Unknown Object (File)
Sep 12 2025, 11:15 PM
Unknown Object (File)
Sep 12 2025, 8:55 AM
Unknown Object (File)
Sep 7 2025, 9:19 PM
Unknown Object (File)
Aug 31 2025, 2:47 PM
Subscribers

Details

Summary

By design, it'll never be used, so there's no sense in allocating memory
for it.

Fixes: b16b4c22d2d1 ("vm_page: Implement lazy page initialization")

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable