Lines Matching refs:torture_param
72 torture_param(int, extendables, RCUTORTURE_MAX_EXTEND,
74 torture_param(int, fqs_duration, 0,
76 torture_param(int, fqs_holdoff, 0, "Holdoff time within fqs bursts (us)");
77 torture_param(int, fqs_stutter, 3, "Wait time between fqs bursts (s)");
78 torture_param(bool, fwd_progress, 1, "Test grace-period forward progress");
79 torture_param(int, fwd_progress_div, 4, "Fraction of CPU stall to wait");
80 torture_param(int, fwd_progress_holdoff, 60,
82 torture_param(bool, fwd_progress_need_resched, 1,
84 torture_param(bool, gp_cond, false, "Use conditional/async GP wait primitives");
85 torture_param(bool, gp_exp, false, "Use expedited GP wait primitives");
86 torture_param(bool, gp_normal, false,
88 torture_param(bool, gp_sync, false, "Use synchronous GP wait primitives");
89 torture_param(int, irqreader, 1, "Allow RCU readers from irq handlers");
90 torture_param(int, leakpointer, 0, "Leak pointer dereferences from readers");
91 torture_param(int, n_barrier_cbs, 0,
93 torture_param(int, nfakewriters, 4, "Number of RCU fake writer threads");
94 torture_param(int, nreaders, -1, "Number of RCU reader threads");
95 torture_param(int, object_debug, 0,
97 torture_param(int, onoff_holdoff, 0, "Time after boot before CPU hotplugs (s)");
98 torture_param(int, onoff_interval, 0,
100 torture_param(int, read_exit_delay, 13,
102 torture_param(int, read_exit_burst, 16,
104 torture_param(int, shuffle_interval, 3, "Number of seconds between shuffles");
105 torture_param(int, shutdown_secs, 0, "Shutdown time (s), <= zero to disable.");
106 torture_param(int, stall_cpu, 0, "Stall duration (s), zero to disable.");
107 torture_param(int, stall_cpu_holdoff, 10,
109 torture_param(int, stall_cpu_irqsoff, 0, "Disable interrupts while stalling.");
110 torture_param(int, stall_cpu_block, 0, "Sleep while stalling.");
111 torture_param(int, stall_gp_kthread, 0,
113 torture_param(int, stat_interval, 60,
115 torture_param(int, stutter, 5, "Number of seconds to run/halt test");
116 torture_param(int, test_boost, 1, "Test RCU prio boost: 0=no, 1=maybe, 2=yes.");
117 torture_param(int, test_boost_duration, 4,
119 torture_param(int, test_boost_interval, 7,
121 torture_param(bool, test_no_idle_hz, true,
123 torture_param(int, verbose, 1,