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)
Mon, Jun 2, 1:53 PM
Unknown Object (File)
Thu, May 29, 3:18 PM
Unknown Object (File)
Sun, May 18, 2:34 PM
Unknown Object (File)
Mon, May 12, 8:16 PM
Unknown Object (File)
May 6 2025, 6:41 AM
Unknown Object (File)
May 1 2025, 9:18 AM
Unknown Object (File)
Apr 29 2025, 3:58 PM
Unknown Object (File)
Apr 27 2025, 7:35 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.