Page MenuHomeFreeBSD

vm_object: use iterator in page_noreuse()
ClosedPublic

Authored by dougm on Apr 20 2025, 11:41 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Jun 26, 2:09 PM
Unknown Object (File)
Fri, Jun 26, 1:27 PM
Unknown Object (File)
Fri, Jun 26, 11:25 AM
Unknown Object (File)
Thu, Jun 25, 4:03 PM
Unknown Object (File)
Thu, Jun 25, 9:14 AM
Unknown Object (File)
Apr 28 2026, 5:48 PM
Unknown Object (File)
Apr 28 2026, 10:35 AM
Unknown Object (File)
Apr 28 2026, 6:29 AM
Subscribers

Details

Summary

Use an iterator instead of tailq pointers for the loop in vm_object_page_noreuse().

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

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