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)
Sun, May 10, 7:07 PM
Unknown Object (File)
Sat, May 9, 1:20 PM
Unknown Object (File)
Fri, May 8, 7:19 PM
Unknown Object (File)
Fri, May 1, 9:52 PM
Unknown Object (File)
Tue, Apr 28, 9:10 AM
Unknown Object (File)
Sat, Apr 25, 6:53 AM
Unknown Object (File)
Wed, Apr 22, 4:04 AM
Unknown Object (File)
Tue, Apr 21, 4:18 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.