Lines Matching refs:locking
1049 bool "Lock debugging: prove locking correctness"
1061 This feature enables the kernel to prove that all locking
1064 not yet triggered) combination of observed locking
1069 In short, this feature enables the kernel to report locking
1082 If a deadlock is impossible (i.e. the locking rules, as
1088 different locking variants are observed and mapped too, and
1090 arbitrary combination of these separate locking variants.
1092 For more details, see Documentation/locking/lockdep-design.txt.
1106 For more details, see Documentation/locking/lockstat.txt
1214 bootup. The self-test checks whether common types of locking bugs
1217 The following locking APIs are covered: spinlocks, rwlocks,
1221 tristate "torture tests for locking"
1226 on kernel locking primitives. The kernel module may be built
1229 Say Y here if you want kernel locking-primitive torture tests
1238 on the struct ww_mutex locking API.