Lines Matching refs:start
300 * die_id is relative to socket, so start
381 /* start on the right, to find highest node num */
578 int i, start = -1;
591 if (start == -1) {
592 start = i;
598 } else if (((i - start) != (cpu.cpu - perf_cpu_map__cpu(map, start).cpu)) || last) {
601 if (start == end) {
604 perf_cpu_map__cpu(map, start).cpu);
608 perf_cpu_map__cpu(map, start).cpu, perf_cpu_map__cpu(map, end).cpu);
611 start = i;