Searched refs:ashift_v (Results 1 – 1 of 1) sorted by relevance
875 static const size_t ashift_v[] = { 9, 12, 14 }; in run_sweep() local881 ulong_t total_comb = ARRAY_SIZE(size_v) * ARRAY_SIZE(ashift_v) * in run_sweep()894 for (a = 0; a < ARRAY_SIZE(ashift_v); a++) in run_sweep()897 if (size_v[s] < (1 << ashift_v[a])) { in run_sweep()936 opts->rto_ashift = ashift_v[a]; in run_sweep()938 opts->rto_offset = (1 << ashift_v[a]) * rand(); in run_sweep()