Page MenuHomeFreeBSD

vm_fault: use iterators in dontneed()
ClosedPublic

Authored by dougm on Apr 25 2025, 7:46 AM.
Tags
None
Referenced Files
F119355603: D50012.diff
Sun, Jun 8, 12:49 AM
Unknown Object (File)
Fri, Jun 6, 9:23 PM
Unknown Object (File)
Sat, May 10, 5:22 PM
Unknown Object (File)
Apr 28 2025, 10:27 PM
Unknown Object (File)
Apr 28 2025, 9:38 PM
Unknown Object (File)
Apr 28 2025, 1:37 PM
Unknown Object (File)
Apr 26 2025, 10:09 PM
Unknown Object (File)
Apr 26 2025, 6:23 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.