Searched defs:nodes_max (Results 1 - 1 of 1) sorted by relevance

/external/linux-tools-perf/src/tools/perf/bench/
H A Dnuma.c866 unsigned int nodes_min, nodes_max; local
870 nodes_max = 0;
876 nodes_max = max(nodes, nodes_max);
880 if (nodes_min == 1 && nodes_max == 1) {
884 tprintf(" {%d-%d}", nodes_min, nodes_max);

Completed in 25 milliseconds