Searched refs:torture_runnable (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/kernel/ |
D | torture.c | 61 static int *torture_runnable; variable 528 (torture_runnable && !READ_ONCE(*torture_runnable))) { in stutter_wait() 612 torture_runnable = runnable; in torture_init_begin()
|
/linux-4.4.14/tools/testing/selftests/rcutorture/configs/lock/ |
D | ver_functions.sh | 41 locktorture.torture_runnable=1 \
|
/linux-4.4.14/tools/testing/selftests/rcutorture/configs/rcu/ |
D | ver_functions.sh | 54 rcutorture.torture_runnable=1 \
|
/linux-4.4.14/kernel/locking/ |
D | locktorture.c | 83 int torture_runnable = LOCKTORTURE_RUNNABLE_INIT; variable 84 module_param(torture_runnable, int, 0444); 85 MODULE_PARM_DESC(torture_runnable, "Start locktorture at module init"); 798 if (!torture_init_begin(torture_type, verbose, &torture_runnable)) in lock_torture_init()
|
/linux-4.4.14/Documentation/locking/ |
D | locktorture.txt | 60 torture_runnable Start locktorture at boot time in the case where the 62 torture_runnable to be set via sysfs before starting.
|
/linux-4.4.14/kernel/rcu/ |
D | rcutorture.c | 171 static int torture_runnable = RCUTORTURE_RUNNABLE_INIT; variable 172 module_param(torture_runnable, int, 0444); 173 MODULE_PARM_DESC(torture_runnable, "Start rcutorture at boot"); 1727 if (!torture_init_begin(torture_type, verbose, &torture_runnable)) in rcu_torture_init()
|
/linux-4.4.14/Documentation/ |
D | kernel-parameters.txt | 1924 locktorture.torture_runnable= [BOOT] 3290 rcutorture.torture_runnable= [BOOT]
|