Page MenuHomeFreeBSD

Drop KTR_CONTENTION.
ClosedPublic

Authored by markj on Mar 20 2018, 3:16 PM.
Tags
None
Referenced Files
F150702129: D14771.diff
Fri, Apr 3, 11:41 AM
F150598552: D14771.diff
Thu, Apr 2, 5:04 PM
Unknown Object (File)
Thu, Mar 19, 5:48 AM
Unknown Object (File)
Thu, Mar 12, 10:41 AM
Unknown Object (File)
Wed, Mar 11, 11:58 AM
Unknown Object (File)
Wed, Mar 11, 2:31 AM
Unknown Object (File)
Mar 2 2026, 2:29 PM
Unknown Object (File)
Feb 27 2026, 8:26 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

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.