Home
last modified time | relevance | path

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

/linux/kernel/
H A Dscftorture.c51 torture_param(int, holdoff, IS_BUILTIN(CONFIG_SCF_TORTURE_TEST) ? 10 : 0,
53 torture_param(int, longwait, 0, "Include ridiculously long waits? (seconds)");
54 torture_param(int, nthreads, -1, "# threads, defaults to -1 for all CPUs.");
55 torture_param(int, onoff_holdoff, 0, "Time after boot before CPU hotplugs (s)");
56 torture_param(int, onoff_interval, 0, "Time between CPU hotplugs (s), 0=disable");
57 torture_param(int, shutdown_secs, 0, "Shutdown time (ms), <= zero to disable.");
58 torture_param(int, stat_interval, 60, "Number of seconds between stats printk()s.");
59 torture_param(int, stutter, 5, "Number of jiffies to run/halt test, 0=disable");
60 torture_param(bool, use_cpus_read_lock, 0, "Use cpus_read_lock() to exclude CPU hotplug.");
61 torture_param(int, verbose, 0, "Enable verbose debugging printk()s");
[all …]
/linux/kernel/locking/
H A Dlocktorture.c37 torture_param(int, acq_writer_lim, 0, "Write_acquisition time limit (jiffies).");
38 torture_param(int, call_rcu_chains, 0, "Self-propagate call_rcu() chains during test (0=disable).");
39 torture_param(int, long_hold, 100, "Do occasional long hold of lock (ms), 0=disable");
40 torture_param(int, nested_locks, 0, "Number of nested locks (max = 8)");
41 torture_param(int, nreaders_stress, -1, "Number of read-locking stress-test threads");
42 torture_param(int, nwriters_stress, -1, "Number of write-locking stress-test threads");
43 torture_param(int, onoff_holdoff, 0, "Time after boot before CPU hotplugs (s)");
44 torture_param(int, onoff_interval, 0, "Time between CPU hotplugs (s), 0=disable");
45 torture_param(int, rt_boost, 2,
47 torture_param(int, rt_boost_factor, 50, "A factor determining how often rt-boost happens.");
[all …]
/linux/include/linux/
H A Dtorture.h27 #define torture_param(type, name, init, msg) \ macro