Lines Matching refs:of

14 This torture test consists of creating a number of kernel threads which
15 acquire the lock and hold it for specific amount of time, thus simulating
16 different critical region behaviors. The amount of contention on the lock
28 nwriters_stress Number of kernel threads that will stress exclusive lock
30 of online CPUs.
32 nreaders_stress Number of kernel threads that will stress shared lock
33 ownership (readers). The default is the same amount of writer
35 both readers and writers be the amount of online CPUs.
37 torture_type Type of lock to torture. By default, only spinlocks will
65 shutdown_secs The number of seconds to run the test before terminating
70 onoff_interval The number of seconds between each attempt to execute a
74 refuse to do any CPU-hotplug operations regardless of
77 onoff_holdoff The number of seconds to wait until starting CPU-hotplug
85 stat_interval Number of seconds between statistics-related printk()s.
91 stutter The length of time to run the test before pausing for this
92 same period of time. Defaults to "stutter=5", so as
97 shuffle_interval The number of seconds to keep the test threads affinitied
98 to a particular subset of the CPUs, defaults to 3 seconds.
116 (B): Number of writer lock acquisitions. If dealing with a read/write primitive
119 (C): Number of times the lock was acquired.
121 (D): Min and max number of times threads failed to acquire the lock.
126 Of course, the same applies for (C), above. A dummy example of this is
140 The output can be manually inspected for the error flag of "!!!".
141 One could of course create a more elaborate script that automatically