Home
last modified time | relevance | path

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

/kernel/
Drcutorture.c70 static int onoff_holdoff; /* Seconds after boot before CPU hotplugs. */ variable
105 module_param(onoff_holdoff, int, 0444);
106 MODULE_PARM_DESC(onoff_holdoff, "Time after boot before CPU hotplugs (s)");
1424 onoff_interval, onoff_holdoff); in rcu_torture_print_module_parms()
1531 if (onoff_holdoff > 0) { in rcu_torture_onoff()
1533 schedule_timeout_interruptible(onoff_holdoff * HZ); in rcu_torture_onoff()