Home
last modified time | relevance | path

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

/kernel/sched/
Dfair.c6279 enum group_type { enum
6315 enum group_type busiest_group_type;
6815 enum group_type group_type; member
6855 .group_type = group_other, in init_sd_lb_stats()
7144 static enum group_type group_classify(struct lb_env *env, in group_classify()
7225 sgs->group_type = group_classify(env, group, sgs); in update_sg_lb_stats()
7248 if (sgs->group_type > busiest->group_type) in update_sd_pick_busiest()
7251 if (sgs->group_type < busiest->group_type) in update_sd_pick_busiest()
7258 if (sgs->group_type == group_other && in update_sd_pick_busiest()
7375 sgs->group_type = group_overloaded; in update_sd_lb_stats()
[all …]