Searched refs:torture_param (Results 1 – 6 of 6) sorted by relevance
| /linux/kernel/ |
| A D | scftorture.c | 51 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"); 61 torture_param(int, verbose, 0, "Enable verbose debugging printk()s"); 69 torture_param(int, weight_all_wait, -1, "Testing weight for all-CPU operations."); [all …]
|
| /linux/kernel/rcu/ |
| A D | rcuscale.c | 88 torture_param(bool, gp_async, false, "Use asynchronous GP wait primitives"); 89 torture_param(int, gp_async_max, 1000, "Max # outstanding waits per writer"); 90 torture_param(bool, gp_exp, false, "Use expedited GP wait primitives"); 91 torture_param(int, holdoff, 10, "Holdoff time before test start (s)"); 92 torture_param(int, minruntime, 0, "Minimum run time (s)"); 93 torture_param(int, nreaders, -1, "Number of RCU reader threads"); 94 torture_param(int, nwriters, -1, "Number of RCU updater threads"); 95 torture_param(bool, shutdown, RCUSCALE_SHUTDOWN, 97 torture_param(int, verbose, 1, "Enable verbose debugging printk()s"); 100 torture_param(int, kfree_rcu_test, 0, "Do we run a kfree_rcu() scale test?"); [all …]
|
| A D | rcutorture.c | 78 torture_param(int, extendables, RCUTORTURE_MAX_EXTEND, 82 torture_param(int, fqs_stutter, 3, "Wait time between fqs bursts (s)"); 90 torture_param(bool, gp_cond_exp_full, false, 92 torture_param(bool, gp_exp, false, "Use expedited GP wait primitives"); 94 torture_param(bool, gp_poll, false, "Use polling GP wait primitives"); 99 torture_param(int, irqreader, 1, "Allow RCU readers from irq handlers"); 103 torture_param(int, nreaders, -1, "Number of RCU reader threads"); 117 torture_param(int, stall_cpu_block, 0, "Sleep while stalling."); 121 torture_param(int, stutter, 5, "Number of seconds to run/halt test"); 125 torture_param(int, test_nmis, 0, "End-test NMI tests, 0 to disable."); [all …]
|
| A D | refscale.c | 75 torture_param(int, verbose, 0, "Enable verbose debugging printk()s"); 76 torture_param(int, verbose_batched, 0, "Batch verbose debugging printk()s"); 79 torture_param(int, holdoff, IS_BUILTIN(CONFIG_RCU_REF_SCALE_TEST) ? 10 : 0, 82 torture_param(long, lookup_instances, 0, "Number of typesafe_lookup structures."); 84 torture_param(long, loops, 10000, "Number of loops per experiment."); 86 torture_param(int, nreaders, -1, "Number of readers, -1 for 75% of CPUs."); 88 torture_param(int, nruns, 30, "Number of experiments to run."); 90 torture_param(int, readdelay, 0, "Read-side delay in nanoseconds."); 98 torture_param(bool, shutdown, REFSCALE_SHUTDOWN,
|
| /linux/kernel/locking/ |
| A D | locktorture.c | 37 torture_param(int, acq_writer_lim, 0, "Write_acquisition time limit (jiffies)."); 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)"); 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, 49 torture_param(int, shutdown_secs, 0, "Shutdown time (j), <= zero to disable."); 50 torture_param(int, stat_interval, 60, "Number of seconds between stats printk()s"); 51 torture_param(int, stutter, 5, "Number of jiffies to run/halt test, 0=disable"); 52 torture_param(int, verbose, 1, "Enable verbose debugging printk()s"); [all …]
|
| /linux/include/linux/ |
| A D | torture.h | 27 #define torture_param(type, name, init, msg) \ macro
|
Completed in 25 milliseconds