Page MenuHomeFreeBSD

vfs: do lockless vnode checks in vlrureclaim
AbandonedPublic

Authored by mjg on Sep 17 2019, 10:07 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Mar 4, 2:37 AM
Unknown Object (File)
Tue, Mar 3, 8:46 AM
Unknown Object (File)
Tue, Mar 3, 1:53 AM
Unknown Object (File)
Mon, Mar 2, 3:51 AM
Unknown Object (File)
Thu, Feb 26, 9:57 AM
Unknown Object (File)
Thu, Feb 26, 6:42 AM
Unknown Object (File)
Jan 31 2026, 4:26 AM
Unknown Object (File)
Jan 24 2026, 5:33 PM
Subscribers
None

Details

Reviewers
kib
Summary

Second round of checks is done after the interlock is grabbed. The third round is avoided with LK_IGNORE_INTERLOCK.

Test Plan

will ask pho

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

This routine will be rewritten to walk the global lru list ( D22997 ).