Page MenuHomeFreeBSD

vm_fault: use iterators in dontneed()
ClosedPublic

Authored by dougm on Apr 25 2025, 7:46 AM.
Tags
None
Referenced Files
F119628445: D50012.id154263.diff
Tue, Jun 10, 4:25 PM
F119581540: D50012.id154330.diff
Tue, Jun 10, 5:26 AM
Unknown Object (File)
Mon, Jun 9, 6:10 AM
Unknown Object (File)
Sun, Jun 8, 12:49 AM
Unknown Object (File)
Fri, Jun 6, 9:23 PM
Unknown Object (File)
May 10 2025, 5:22 PM
Unknown Object (File)
Apr 28 2025, 10:27 PM
Unknown Object (File)
Apr 28 2025, 9:38 PM
Subscribers

Details

Summary

Use iterators instead of tailq pointers in vm_fault_dontneed(). Reduce the scope of the read locks.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

dougm requested review of this revision.Apr 25 2025, 7:46 AM
dougm created this revision.

Restore the wider scope of the first_object read lock.

Restore original indentation.

This revision is now accepted and ready to land.Apr 26 2025, 5:13 PM
This revision was automatically updated to reflect the committed changes.