Page MenuHomeFreeBSD

Drop KTR_CONTENTION.
ClosedPublic

Authored by markj on Mar 20 2018, 3:16 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Oct 9, 3:07 AM
Unknown Object (File)
Wed, Oct 8, 2:36 PM
Unknown Object (File)
Sep 11 2025, 5:07 PM
Unknown Object (File)
Sep 11 2025, 5:44 AM
Unknown Object (File)
Aug 18 2025, 10:27 PM
Unknown Object (File)
Aug 14 2025, 11:34 PM
Unknown Object (File)
Jul 6 2025, 11:27 AM
Unknown Object (File)
Jul 4 2025, 4:37 PM
Subscribers

Details

Summary

It is incomplete, has not been adopted in the other locking primitives,
and we have other means of measuring lock contention (lock_profiling,
lockstat, KTR_LOCK). Drop it to slightly de-clutter the mutex code and
free up a precious KTR class index.

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 15663
Build 15692: arc lint + arc unit

Event Timeline

the less ktr the better

This revision is now accepted and ready to land.Mar 20 2018, 3:26 PM

I think this is fine.

This revision was automatically updated to reflect the committed changes.