Home
last modified time | relevance | path

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

/kernel/
Dtorture.c61 static int *torture_runnable; variable
527 (torture_runnable && !ACCESS_ONCE(*torture_runnable))) { in stutter_wait()
611 torture_runnable = runnable; in torture_init_begin()
/kernel/locking/
Dlocktorture.c80 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");
650 if (!torture_init_begin(torture_type, verbose, &torture_runnable)) in lock_torture_init()
/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");
1639 if (!torture_init_begin(torture_type, verbose, &torture_runnable)) in rcu_torture_init()