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, Aug 8, 8:36 PM
Unknown Object (File)
Mon, Aug 4, 3:24 AM
Unknown Object (File)
Sat, Aug 2, 9:00 PM
Unknown Object (File)
Jul 7 2025, 5:48 AM
Unknown Object (File)
Jul 6 2025, 1:35 PM
Unknown Object (File)
Jun 30 2025, 10:07 AM
Unknown Object (File)
Jun 23 2025, 1:52 PM
Unknown Object (File)
Jun 15 2025, 3:02 PM
Subscribers

Details

Summary

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

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 21 2025, 3:01 AM
This revision was automatically updated to reflect the committed changes.