Page MenuHomeFreeBSD

Drop KTR_CONTENTION.
ClosedPublic

Authored by markj on Mar 20 2018, 3:16 PM.
Tags
None
Referenced Files
F147503189: D14771.id40499.diff
Wed, Mar 11, 11:58 AM
F147447154: D14771.id40499.diff
Wed, Mar 11, 2:31 AM
Unknown Object (File)
Mon, Mar 2, 2:29 PM
Unknown Object (File)
Fri, Feb 27, 8:26 PM
Unknown Object (File)
Fri, Feb 27, 3:01 AM
Unknown Object (File)
Nov 23 2025, 6:16 PM
Unknown Object (File)
Nov 21 2025, 2:13 AM
Unknown Object (File)
Nov 21 2025, 2:13 AM
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.