Home
last modified time | relevance | path

Searched refs:torture_runnable (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/kernel/
Dtorture.c61 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/
Dver_functions.sh41 locktorture.torture_runnable=1 \
/linux-4.4.14/tools/testing/selftests/rcutorture/configs/rcu/
Dver_functions.sh54 rcutorture.torture_runnable=1 \
/linux-4.4.14/kernel/locking/
Dlocktorture.c83 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/
Dlocktorture.txt60 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/
Drcutorture.c171 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/
Dkernel-parameters.txt1924 locktorture.torture_runnable= [BOOT]
3290 rcutorture.torture_runnable= [BOOT]