Page MenuHomeFreeBSD

vm_fault: use iterators in dontneed()
ClosedPublic

Authored by dougm on Apr 25 2025, 7:46 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Nov 4, 3:23 AM
Unknown Object (File)
Mon, Nov 3, 2:57 AM
Unknown Object (File)
Sat, Nov 1, 3:28 PM
Unknown Object (File)
Fri, Oct 31, 12:23 AM
Unknown Object (File)
Wed, Oct 29, 5:31 AM
Unknown Object (File)
Tue, Oct 28, 4:26 PM
Unknown Object (File)
Tue, Oct 28, 6:22 AM
Unknown Object (File)
Sun, Oct 26, 10:41 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.