Page MenuHomeFreeBSD

Eliminate redundant vm code with a few new convenience functions.
ClosedPublic

Authored by jeff on Sep 6 2019, 12:35 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sep 8 2025, 2:35 PM
Unknown Object (File)
Sep 8 2025, 2:34 PM
Unknown Object (File)
Sep 7 2025, 12:09 AM
Unknown Object (File)
Aug 21 2025, 11:09 PM
Unknown Object (File)
Aug 21 2025, 10:57 PM
Unknown Object (File)
Aug 21 2025, 10:50 PM
Unknown Object (File)
Aug 4 2025, 1:32 AM
Unknown Object (File)
Aug 4 2025, 12:20 AM
Subscribers

Details

Summary

This is a combination of the below two reviews.

https://reviews.freebsd.org/D21332
https://reviews.freebsd.org/D21331

I eliminated VM_ALLOC_VALID in favor of using VM_ALLOC_NOCREAT with vm_page_grab_valid(). It simplifies things a bit and I think is less ambiguous.

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 26305
Build 24784: arc lint + arc unit

Event Timeline

jeff retitled this revision from Eliminate redundant with a few new convenience functions. to Eliminate redundant vm code with a few new convenience functions..Sep 6 2019, 12:42 PM
jeff edited the summary of this revision. (Show Details)
jeff added reviewers: alc, markj, kib, dougm.
This revision was not accepted when it landed; it landed in state Needs Review.Sep 10 2019, 7:08 PM
This revision was automatically updated to reflect the committed changes.