Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/rcu/
Drcutorture.c58 torture_param(int, cbflood_inter_holdoff, HZ,
60 torture_param(int, cbflood_intra_holdoff, 1,
62 torture_param(int, cbflood_n_burst, 3, "# bursts in flood, zero to disable");
63 torture_param(int, cbflood_n_per_burst, 20000,
65 torture_param(int, fqs_duration, 0,
67 torture_param(int, fqs_holdoff, 0, "Holdoff time within fqs bursts (us)");
68 torture_param(int, fqs_stutter, 3, "Wait time between fqs bursts (s)");
69 torture_param(bool, gp_cond, false, "Use conditional/async GP wait primitives");
70 torture_param(bool, gp_exp, false, "Use expedited GP wait primitives");
71 torture_param(bool, gp_normal, false,
[all …]
/linux-4.4.14/kernel/locking/
Dlocktorture.c45 torture_param(int, nwriters_stress, -1,
47 torture_param(int, nreaders_stress, -1,
49 torture_param(int, onoff_holdoff, 0, "Time after boot before CPU hotplugs (s)");
50 torture_param(int, onoff_interval, 0,
52 torture_param(int, shuffle_interval, 3,
54 torture_param(int, shutdown_secs, 0, "Shutdown time (j), <= zero to disable.");
55 torture_param(int, stat_interval, 60,
57 torture_param(int, stutter, 5, "Number of jiffies to run/halt test, 0=disable");
58 torture_param(bool, verbose, true,
/linux-4.4.14/include/linux/
Dtorture.h39 #define torture_param(type, name, init, msg) \ macro