Home
last modified time | relevance | path

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

/kernel/rcu/
Dtree_stall.h665 int max_cpu = -1; in rcu_fwd_progress_check() local
684 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()
/kernel/sched/
Dtopology.c1157 int cpu, max_cpu = -1; in init_sched_groups_capacity() local
1165 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()