Searched refs:max_cpu (Results 1 – 2 of 2) sorted by relevance
319 max_cpu = 0321 if cpu > max_cpu:322 max_cpu = cpu323 return max_cpu
137 int max_cpu; member1282 if (this_cpu > sched->max_cpu) in map_switch_event()1283 sched->max_cpu = this_cpu; in map_switch_event()1329 for (cpu = 0; cpu <= sched->max_cpu; cpu++) { in map_switch_event()1557 sched->max_cpu = sysconf(_SC_NPROCESSORS_CONF); in perf_sched__map()