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

  /external/chromium_org/chrome/browser/chromeos/power/
cpu_data_collector.cc 310 int max_cpu; local
316 base::StringToInt(possible_string.substr(2), &max_cpu)) {
317 *cpu_count = max_cpu + 1;
  /external/linux-tools-perf/perf-3.12.0/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/fio/
options.c 403 const long max_cpu = cpus_online(); local
409 for (i = 0; i < max_cpu; i++) {
426 long max_cpu; local
439 max_cpu = cpus_online();
443 if (i > max_cpu) {
445 max_cpu);
461 long max_cpu; local
476 max_cpu = cpus_online();
504 if (icpu > max_cpu) {
506 icpu, max_cpu);
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-sched.c 136 int max_cpu; member in struct:perf_sched
1289 if (this_cpu > sched->max_cpu)
1290 sched->max_cpu = this_cpu;
1329 for (cpu = 0; cpu <= sched->max_cpu; cpu++) {
    [all...]

Completed in 80 milliseconds