Lines Matching refs:locking
969 bool "Lock debugging: prove locking correctness"
978 This feature enables the kernel to prove that all locking
981 not yet triggered) combination of observed locking
986 In short, this feature enables the kernel to report locking
999 If a deadlock is impossible (i.e. the locking rules, as
1005 different locking variants are observed and mapped too, and
1007 arbitrary combination of these separate locking variants.
1009 For more details, see Documentation/locking/lockdep-design.txt.
1030 For more details, see Documentation/locking/lockstat.txt
1063 bootup. The self-test checks whether common types of locking bugs
1066 The following locking APIs are covered: spinlocks, rwlocks,
1070 tristate "torture tests for locking"
1076 on kernel locking primitives. The kernel module may be built
1079 Say Y here if you want kernel locking-primitive torture tests