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, Aug 4, 1:32 AM
Unknown Object (File)
Mon, Aug 4, 12:20 AM
Unknown Object (File)
Mon, Jul 28, 1:34 AM
Unknown Object (File)
Jul 4 2025, 7:51 PM
Unknown Object (File)
Jun 26 2025, 6:04 AM
Unknown Object (File)
Jun 23 2025, 12:02 PM
Unknown Object (File)
Jun 14 2025, 7:19 PM
Unknown Object (File)
Jun 2 2025, 1:53 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.