Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/rcu/
Drcutorture.c79 torture_param(int, cbflood_inter_holdoff, HZ,
81 torture_param(int, cbflood_intra_holdoff, 1,
83 torture_param(int, cbflood_n_burst, 3, "# bursts in flood, zero to disable");
84 torture_param(int, cbflood_n_per_burst, 20000,
86 torture_param(int, extendables, RCUTORTURE_MAX_EXTEND,
88 torture_param(int, fqs_duration, 0,
90 torture_param(int, fqs_holdoff, 0, "Holdoff time within fqs bursts (us)");
91 torture_param(int, fqs_stutter, 3, "Wait time between fqs bursts (s)");
92 torture_param(bool, gp_cond, false, "Use conditional/async GP wait primitives");
93 torture_param(bool, gp_exp, false, "Use expedited GP wait primitives");
[all …]
Drcuperf.c86 torture_param(bool, gp_async, false, "Use asynchronous GP wait primitives");
87 torture_param(int, gp_async_max, 1000, "Max # outstanding waits per reader");
88 torture_param(bool, gp_exp, false, "Use expedited GP wait primitives");
89 torture_param(int, holdoff, 10, "Holdoff time before test start (s)");
90 torture_param(int, nreaders, -1, "Number of RCU reader threads");
91 torture_param(int, nwriters, -1, "Number of RCU updater threads");
92 torture_param(bool, shutdown, !IS_ENABLED(MODULE),
94 torture_param(int, verbose, 1, "Enable verbose debugging printk()s");
95 torture_param(int, writer_holdoff, 0, "Holdoff (us) between GPs, zero to disable");
/Linux-v4.19/kernel/locking/
Dlocktorture.c50 torture_param(int, nwriters_stress, -1,
52 torture_param(int, nreaders_stress, -1,
54 torture_param(int, onoff_holdoff, 0, "Time after boot before CPU hotplugs (s)");
55 torture_param(int, onoff_interval, 0,
57 torture_param(int, shuffle_interval, 3,
59 torture_param(int, shutdown_secs, 0, "Shutdown time (j), <= zero to disable.");
60 torture_param(int, stat_interval, 60,
62 torture_param(int, stutter, 5, "Number of jiffies to run/halt test, 0=disable");
63 torture_param(int, verbose, 1,
/Linux-v4.19/include/linux/
Dtorture.h39 #define torture_param(type, name, init, msg) \ macro