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, Sep 20, 10:10 AM
Unknown Object (File)
Fri, Sep 11, 2:32 PM
Unknown Object (File)
Tue, Sep 8, 10:45 PM
Unknown Object (File)
Sat, Aug 29, 12:35 AM
Unknown Object (File)
Sat, Aug 29, 12:32 AM
Unknown Object (File)
Sat, Aug 29, 12:31 AM
Unknown Object (File)
Aug 13 2026, 1:21 PM
Unknown Object (File)
Aug 12 2026, 8:11 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.