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)
Feb 17 2024, 11:15 PM
Unknown Object (File)
Dec 23 2023, 12:00 AM
Unknown Object (File)
Dec 22 2023, 10:08 PM
Unknown Object (File)
Sep 3 2023, 1:00 AM
Unknown Object (File)
Sep 3 2023, 12:56 AM
Unknown Object (File)
Sep 3 2023, 12:56 AM
Unknown Object (File)
Aug 28 2023, 5:01 AM
Unknown Object (File)
Jul 15 2023, 10:17 PM
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

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.