Page MenuHomeFreeBSD

vm_reserv: find reservations with iterators
ClosedPublic

Authored by dougm on Apr 19 2025, 10:46 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Oct 9, 10:43 PM
Unknown Object (File)
Thu, Oct 2, 11:00 AM
Unknown Object (File)
Wed, Sep 24, 10:35 AM
Unknown Object (File)
Tue, Sep 23, 4:06 PM
Unknown Object (File)
Sat, Sep 20, 4:10 PM
Unknown Object (File)
Aug 17 2025, 11:16 PM
Unknown Object (File)
Aug 16 2025, 2:01 AM
Unknown Object (File)
Aug 15 2025, 12:19 AM
Subscribers

Details

Summary

Instead of passing a preceding page to a vm _reserv alloc function, pass an iterator, and use the iterator to find the predecessor and successor.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dougm created this revision.
This revision is now accepted and ready to land.Apr 20 2025, 2:05 AM
This revision was automatically updated to reflect the committed changes.