Searched refs:max_cpu (Results 1 – 2 of 2) sorted by relevance
665 int max_cpu = -1; in rcu_fwd_progress_check() local684 if (max_cpu < 0) in rcu_fwd_progress_check()690 max_cpu = cpu; in rcu_fwd_progress_check()692 if (max_cpu >= 0) in rcu_fwd_progress_check()
1157 int cpu, max_cpu = -1; in init_sched_groups_capacity() local1165 if (max_cpu < 0) in init_sched_groups_capacity()1166 max_cpu = cpu; in init_sched_groups_capacity()1167 else if (sched_asym_prefer(cpu, max_cpu)) in init_sched_groups_capacity()1168 max_cpu = cpu; in init_sched_groups_capacity()1170 sg->asym_prefer_cpu = max_cpu; in init_sched_groups_capacity()