Home
last modified time | relevance | path

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

/tools/perf/bench/
Dnuma.c708 static u64 do_work(u8 *__data, long bytes, int nr, int nr_max, int loop, u64 val) in do_work() argument
730 chunk_0 = words/nr_max; in do_work()
905 int nr_max; in calc_convergence() local
941 nr_max = 0; in calc_convergence()
948 nr_max = max(nr, nr_max); in calc_convergence()
951 BUG_ON(nr_min > nr_max); in calc_convergence()
974 distance = nr_max - nr_min; in calc_convergence()