Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/sched/
H A Dtopology.c733 int group_balance_cpu(struct sched_group *sg) in group_balance_cpu() function
1178 if (cpu != group_balance_cpu(sg)) in init_sched_groups_capacity()
H A Dsched.h1571 extern int group_balance_cpu(struct sched_group *sg);
H A Dfair.c9818 return group_balance_cpu(sg) == env->dst_cpu; in should_we_balance()