Lines Matching +full:pairs +full:- +full:one
30 Locktorture-specific
31 --------------------
49 - "lock_busted":
52 - "spin_lock":
53 spin_lock() and spin_unlock() pairs.
55 - "spin_lock_irq":
56 spin_lock_irq() and spin_unlock_irq() pairs.
58 - "rw_lock":
59 read/write lock() and unlock() rwlock pairs.
61 - "rw_lock_irq":
63 rwlock pairs.
65 - "mutex_lock":
66 mutex_lock() and mutex_unlock() pairs.
68 - "rtmutex_lock":
69 rtmutex_lock() and rtmutex_unlock() pairs.
72 - "rwsem_lock":
73 read/write down() and up() semaphore pairs.
76 Torture-framework (RCU + locking)
77 ---------------------------------
87 randomly selected CPU-hotplug operation. Defaults
90 refuse to do any CPU-hotplug operations regardless of
94 The number of seconds to wait until starting CPU-hotplug
98 in order to avoid confusing boot-time code with CPUs
103 Number of seconds between statistics-related printk()s.
106 be printed -only- when the module is unloaded.
111 to run and pause for (roughly) five-second intervals.
123 high-level errors and reports from the main 'torture'
132 spin_lock-torture: Writes: Total: 93746064 Max/Min: 0/0 Fail: 0
135 (A): Lock type that is being tortured -- torture_type parameter.
145 -only- be positive if there is a bug in the locking primitive's
163 One could of course create a more elaborate script that automatically
166 two are self-explanatory, while the last indicates that while there
167 were no locking failures, CPU-hotplug problems were detected.