Home
last modified time | relevance | path

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

/kernel/sched/
Dcpudeadline.c125 int cpu, max_cpu = -1; in cpudl_find() local
140 max_cpu = cpu; in cpudl_find()
146 cpumask_set_cpu(max_cpu, later_mask); in cpudl_find()
Dtopology.c1237 int cpu, max_cpu = -1; in init_sched_groups_capacity() local
1245 if (max_cpu < 0) in init_sched_groups_capacity()
1246 max_cpu = cpu; in init_sched_groups_capacity()
1247 else if (sched_asym_prefer(cpu, max_cpu)) in init_sched_groups_capacity()
1248 max_cpu = cpu; in init_sched_groups_capacity()
1250 sg->asym_prefer_cpu = max_cpu; in init_sched_groups_capacity()
/kernel/rcu/
Dtree_stall.h954 int max_cpu = -1; in rcu_fwd_progress_check() local
973 if (max_cpu < 0) in rcu_fwd_progress_check()
979 max_cpu = cpu; in rcu_fwd_progress_check()
981 if (max_cpu >= 0) in rcu_fwd_progress_check()