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)
Mon, Apr 27, 4:20 PM
Unknown Object (File)
Fri, Apr 24, 2:10 PM
Unknown Object (File)
Thu, Apr 23, 7:59 PM
Unknown Object (File)
Thu, Apr 23, 7:33 PM
Unknown Object (File)
Wed, Apr 22, 9:49 PM
Unknown Object (File)
Wed, Apr 22, 5:55 PM
Unknown Object (File)
Apr 21 2026, 7:03 PM
Unknown Object (File)
Apr 20 2026, 8:41 PM
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.