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

/linux-master/tools/testing/selftests/rcutorture/configs/scf/
H A Dver_functions.sh17 echo scftorture.onoff_interval=1000 scftorture.onoff_holdoff=30
/linux-master/tools/testing/selftests/rcutorture/configs/lock/
H A Dver_functions.sh17 echo locktorture.onoff_interval=3 locktorture.onoff_holdoff=30
/linux-master/tools/testing/selftests/rcutorture/configs/rcu/
H A Dver_functions.sh29 echo rcutorture.onoff_interval=1000 rcutorture.onoff_holdoff=30
/linux-master/kernel/
H A Dtorture.c169 static long onoff_holdoff; variable
356 if (onoff_holdoff > 0) {
358 torture_hrtimeout_jiffies(onoff_holdoff, &rand);
390 onoff_holdoff = ooholdoff;
H A Dscftorture.c54 torture_param(int, onoff_holdoff, 0, "Time after boot before CPU hotplugs (s)");
504 "--- %s: verbose=%d holdoff=%d longwait=%d nthreads=%d onoff_holdoff=%d onoff_interval=%d shutdown_secs=%d stat_interval=%d stutter=%d use_cpus_read_lock=%d, weight_resched=%d, weight_single=%d, weight_single_rpc=%d, weight_single_wait=%d, weight_many=%d, weight_many_wait=%d, weight_all=%d, weight_all_wait=%d\n", tag,
505 verbose, holdoff, longwait, nthreads, onoff_holdoff, onoff_interval, shutdown, stat_interval, stutter, use_cpus_read_lock, weight_resched, weight_single, weight_single_rpc, weight_single_wait, weight_many, weight_many_wait, weight_all, weight_all_wait);
611 firsterr = torture_onoff_init(onoff_holdoff * HZ, onoff_interval, NULL);
/linux-master/kernel/locking/
H A Dlocktorture.c42 torture_param(int, onoff_holdoff, 0, "Time after boot before CPU hotplugs (s)");
1047 "--- %s%s: acq_writer_lim=%d bind_readers=%*pbl bind_writers=%*pbl call_rcu_chains=%d long_hold=%d nested_locks=%d nreaders_stress=%d nwriters_stress=%d onoff_holdoff=%d onoff_interval=%d rt_boost=%d rt_boost_factor=%d shuffle_interval=%d shutdown_secs=%d stat_interval=%d stutter=%d verbose=%d writer_fifo=%d\n",
1051 cxt.nrealwriters_stress, onoff_holdoff, onoff_interval, rt_boost,
1290 firsterr = torture_onoff_init(onoff_holdoff * HZ,
/linux-master/kernel/rcu/
H A Drcutorture.c104 torture_param(int, onoff_holdoff, 0, "Time after boot before CPU hotplugs (s)");
2370 "onoff_interval=%d onoff_holdoff=%d "
2382 onoff_interval, onoff_holdoff,
3918 firsterr = torture_onoff_init(onoff_holdoff * HZ, onoff_interval,

Completed in 125 milliseconds