Home
last modified time | relevance | path

Searched refs:nruns (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/kernel/rcu/
H A Drefscale.c92 torture_param(int, nruns, 30, "Number of experiments to run.");
1054 result_avg = kzalloc(nruns * sizeof(*result_avg), GFP_KERNEL); in main_func()
1070 for (exp = 0; exp < nruns && !torture_must_stop(); exp++) { in main_func()
1106 for (exp = 0; exp < nruns; exp++) { in main_func()
1144 … verbose, verbose_batched, shutdown, holdoff, lookup_instances, loops, nreaders, nruns, readdelay); in ref_scale_print_module_parms()
1245 if (WARN_ONCE(nruns <= 0, "%s: nruns = %d, adjusted to 1\n", __func__, nruns)) in ref_scale_init()
1246 nruns = 1; in ref_scale_init()
/linux-6.15/Documentation/admin-guide/
H A Dkernel-parameters.txt6101 refscale.nruns= [KNL]