Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/rcu/
Drcutorture.c71 torture_param(int, extendables, RCUTORTURE_MAX_EXTEND,
73 torture_param(int, fqs_duration, 0,
75 torture_param(int, fqs_holdoff, 0, "Holdoff time within fqs bursts (us)");
76 torture_param(int, fqs_stutter, 3, "Wait time between fqs bursts (s)");
77 torture_param(bool, fwd_progress, 1, "Test grace-period forward progress");
78 torture_param(int, fwd_progress_div, 4, "Fraction of CPU stall to wait");
79 torture_param(int, fwd_progress_holdoff, 60,
81 torture_param(bool, fwd_progress_need_resched, 1,
83 torture_param(bool, gp_cond, false, "Use conditional/async GP wait primitives");
84 torture_param(bool, gp_exp, false, "Use expedited GP wait primitives");
[all …]
Drcuperf.c79 torture_param(bool, gp_async, false, "Use asynchronous GP wait primitives");
80 torture_param(int, gp_async_max, 1000, "Max # outstanding waits per reader");
81 torture_param(bool, gp_exp, false, "Use expedited GP wait primitives");
82 torture_param(int, holdoff, 10, "Holdoff time before test start (s)");
83 torture_param(int, nreaders, -1, "Number of RCU reader threads");
84 torture_param(int, nwriters, -1, "Number of RCU updater threads");
85 torture_param(bool, shutdown, RCUPERF_SHUTDOWN,
87 torture_param(int, verbose, 1, "Enable verbose debugging printk()s");
88 torture_param(int, writer_holdoff, 0, "Holdoff (us) between GPs, zero to disable");
/Linux-v5.4/kernel/locking/
Dlocktorture.c37 torture_param(int, nwriters_stress, -1,
39 torture_param(int, nreaders_stress, -1,
41 torture_param(int, onoff_holdoff, 0, "Time after boot before CPU hotplugs (s)");
42 torture_param(int, onoff_interval, 0,
44 torture_param(int, shuffle_interval, 3,
46 torture_param(int, shutdown_secs, 0, "Shutdown time (j), <= zero to disable.");
47 torture_param(int, stat_interval, 60,
49 torture_param(int, stutter, 5, "Number of jiffies to run/halt test, 0=disable");
50 torture_param(int, verbose, 1,
/Linux-v5.4/include/linux/
Dtorture.h26 #define torture_param(type, name, init, msg) \ macro