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)
Sat, Jan 18, 2:41 AM
Unknown Object (File)
Fri, Jan 3, 8:33 PM
Unknown Object (File)
Dec 29 2024, 4:46 AM
Unknown Object (File)
Dec 10 2024, 5:38 AM
Unknown Object (File)
Nov 27 2024, 12:48 PM
Unknown Object (File)
Nov 25 2024, 3:41 PM
Unknown Object (File)
Nov 24 2024, 8:55 AM
Unknown Object (File)
Oct 2 2024, 4:14 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

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.