Home
last modified time | relevance | path

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

/linux-3.4.99/arch/sparc/kernel/
Dmdesc.c557 int max_cpu, i; in report_platform_properties() local
560 max_cpu = *v; in report_platform_properties()
561 if (max_cpu > NR_CPUS) in report_platform_properties()
562 max_cpu = NR_CPUS; in report_platform_properties()
564 max_cpu = NR_CPUS; in report_platform_properties()
566 for (i = 0; i < max_cpu; i++) in report_platform_properties()
/linux-3.4.99/arch/s390/include/asm/
Dcpu_mf.h47 u16 max_cpu; member
/linux-3.4.99/tools/perf/scripts/python/
Dsched-migration.py319 max_cpu = 0
321 if cpu > max_cpu:
322 max_cpu = cpu
323 return max_cpu
/linux-3.4.99/tools/perf/
Dbuiltin-sched.c1389 static int max_cpu; variable
1414 if (this_cpu > max_cpu) in map_switch_event()
1415 max_cpu = this_cpu; in map_switch_event()
1453 for (cpu = 0; cpu <= max_cpu; cpu++) { in map_switch_event()
1742 max_cpu = sysconf(_SC_NPROCESSORS_CONF); in __cmd_map()