Lines Matching refs:locking
978 bool "Lock debugging: prove locking correctness"
987 This feature enables the kernel to prove that all locking
990 not yet triggered) combination of observed locking
995 In short, this feature enables the kernel to report locking
1008 If a deadlock is impossible (i.e. the locking rules, as
1014 different locking variants are observed and mapped too, and
1016 arbitrary combination of these separate locking variants.
1018 For more details, see Documentation/locking/lockdep-design.txt.
1039 For more details, see Documentation/locking/lockstat.txt
1072 bootup. The self-test checks whether common types of locking bugs
1075 The following locking APIs are covered: spinlocks, rwlocks,
1079 tristate "torture tests for locking"
1085 on kernel locking primitives. The kernel module may be built
1088 Say Y here if you want kernel locking-primitive torture tests