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)
Thu, Apr 9, 4:09 PM
Unknown Object (File)
Thu, Apr 9, 10:08 AM
Unknown Object (File)
Tue, Apr 7, 7:53 AM
Unknown Object (File)
Tue, Apr 7, 2:22 AM
Unknown Object (File)
Tue, Apr 7, 1:43 AM
Unknown Object (File)
Wed, Apr 1, 8:28 AM
Unknown Object (File)
Wed, Apr 1, 6:30 AM
Unknown Object (File)
Sat, Mar 28, 11:07 PM
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.