Home
last modified time | relevance | path

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

/external/linux-tools-perf/src/tools/perf/bench/
Dnuma.c894 int nr_min; in calc_convergence() local
932 nr_min = g->p.nr_tasks; in calc_convergence()
937 nr_min = min(nr, nr_min); in calc_convergence()
941 BUG_ON(nr_min > nr_max); in calc_convergence()
964 distance = nr_max - nr_min; in calc_convergence()