Searched refs:torture_runnable (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/kernel/ |
D | torture.c | 61 static int *torture_runnable; variable 527 (torture_runnable && !ACCESS_ONCE(*torture_runnable))) { in stutter_wait() 611 torture_runnable = runnable; in torture_init_begin()
|
/linux-4.1.27/tools/testing/selftests/rcutorture/configs/lock/ |
D | ver_functions.sh | 41 locktorture.torture_runnable=1 \
|
/linux-4.1.27/tools/testing/selftests/rcutorture/configs/rcu/ |
D | ver_functions.sh | 54 rcutorture.torture_runnable=1 \
|
/linux-4.1.27/kernel/locking/ |
D | locktorture.c | 80 int torture_runnable = LOCKTORTURE_RUNNABLE_INIT; variable 81 module_param(torture_runnable, int, 0444); 82 MODULE_PARM_DESC(torture_runnable, "Start locktorture at module init"); 648 if (!torture_init_begin(torture_type, verbose, &torture_runnable)) in lock_torture_init()
|
/linux-4.1.27/Documentation/locking/ |
D | locktorture.txt | 57 torture_runnable Start locktorture at boot time in the case where the 59 torture_runnable to be set via sysfs before starting.
|
/linux-4.1.27/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"); 1675 if (!torture_init_begin(torture_type, verbose, &torture_runnable)) in rcu_torture_init()
|
/linux-4.1.27/Documentation/ |
D | kernel-parameters.txt | 1857 locktorture.torture_runnable= [BOOT] 3130 rcutorture.torture_runnable= [BOOT]
|