Page MenuHomeFreeBSD

Drop KTR_CONTENTION.
ClosedPublic

Authored by markj on Mar 20 2018, 3:16 PM.
Tags
None
Referenced Files
Unknown Object (File)
Nov 25 2024, 12:04 AM
Unknown Object (File)
Oct 18 2024, 4:19 AM
Unknown Object (File)
Sep 27 2024, 12:18 AM
Unknown Object (File)
Sep 19 2024, 12:22 AM
Unknown Object (File)
Sep 18 2024, 11:38 PM
Unknown Object (File)
Sep 18 2024, 2:27 AM
Unknown Object (File)
Sep 10 2024, 3:07 AM
Unknown Object (File)
Sep 9 2024, 12:21 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

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.