Home
last modified time | relevance | path

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

/kernel/time/
Dclocksource-wdtest.c27 static int holdoff = IS_BUILTIN(CONFIG_TEST_CLOCKSOURCE_WATCHDOG) ? 10 : 0; variable
28 module_param(holdoff, int, 0444);
29 MODULE_PARM_DESC(holdoff, "Time to wait to start test (s).");
110 schedule_timeout_uninterruptible(holdoff * HZ); in wdtest_func()
174 pr_alert("--- holdoff=%d\n", holdoff); in wdtest_print_module_parms()
/kernel/rcu/
Drefscale.c77 torture_param(int, holdoff, IS_BUILTIN(CONFIG_RCU_REF_SCALE_TEST) ? 10 : 0,
549 if (holdoff) in ref_scale_reader()
550 schedule_timeout_interruptible(holdoff * HZ); in ref_scale_reader()
679 if (holdoff) in main_func()
680 schedule_timeout_interruptible(holdoff * HZ); in main_func()
761 verbose, shutdown, holdoff, loops, nreaders, nruns, readdelay); in ref_scale_print_module_parms()
Drcuscale.c89 torture_param(int, holdoff, 10, "Holdoff time before test start (s)");
425 if (holdoff) in rcu_scale_writer()
426 schedule_timeout_idle(holdoff * HZ); in rcu_scale_writer()
/kernel/
Dscftorture.c50 torture_param(int, holdoff, IS_BUILTIN(CONFIG_SCF_TORTURE_TEST) ? 10 : 0,
454 if (holdoff) in scftorture_invoker()
455 schedule_timeout_interruptible(holdoff * HZ); in scftorture_invoker()
501 …verbose, holdoff, longwait, nthreads, onoff_holdoff, onoff_interval, shutdown, stat_interval, stut… in scftorture_print_module_parms()