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)
Mon, Sep 22, 3:04 PM
Unknown Object (File)
Sat, Sep 20, 5:21 AM
Unknown Object (File)
Fri, Sep 19, 5:26 PM
Unknown Object (File)
Fri, Sep 19, 12:42 PM
Unknown Object (File)
Mon, Sep 15, 1:57 AM
Unknown Object (File)
Sat, Sep 13, 9:27 AM
Unknown Object (File)
Aug 8 2025, 8:36 PM
Unknown Object (File)
Aug 4 2025, 3:24 AM
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.