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)
Sat, Nov 15, 3:29 PM
Unknown Object (File)
Fri, Nov 14, 11:53 PM
Unknown Object (File)
Fri, Nov 14, 1:15 PM
Unknown Object (File)
Fri, Nov 14, 11:01 AM
Unknown Object (File)
Wed, Oct 29, 5:53 AM
Unknown Object (File)
Wed, Oct 29, 4:26 AM
Unknown Object (File)
Wed, Oct 29, 4:19 AM
Unknown Object (File)
Mon, Oct 27, 1:57 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.