Searched refs:max_cpu (Results 1 – 2 of 2) sorted by relevance
321 max_cpu = 0323 if cpu > max_cpu:324 max_cpu = cpu325 return max_cpu
194 int max_cpu; member1546 if (this_cpu > sched->max_cpu) in map_switch_event()1547 sched->max_cpu = this_cpu; in map_switch_event()1556 cpus_nr = sched->max_cpu; in map_switch_event()1932 u32 ncpus = sched->max_cpu + 1; in timehist_header()2011 u32 max_cpus = sched->max_cpu + 1; in timehist_print_sample()2392 printf(" %*s ", sched->max_cpu + 1, ""); in timehist_print_wakeup_event()2452 u32 max_cpus = sched->max_cpu + 1; in timehist_print_migration_event()2458 max_cpus = sched->max_cpu + 1; in timehist_print_migration_event()2921 printf(" (x %d)\n", sched->max_cpu); in timehist_print_summary()[all …]