HomeSort by relevance Sort by last modified time
    Searched refs:max_cpu (Results 1 - 2 of 2) sorted by null

  /external/linux-tools-perf/scripts/python/
sched-migration.py 319 max_cpu = 0
321 if cpu > max_cpu:
322 max_cpu = cpu
323 return max_cpu
  /external/linux-tools-perf/
builtin-sched.c 1424 static int max_cpu; variable
1449 if (this_cpu > max_cpu)
1450 max_cpu = this_cpu;
1488 for (cpu = 0; cpu <= max_cpu; cpu++) {
    [all...]

Completed in 32 milliseconds