Home
last modified time | relevance | path

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

/kernel/sched/
Dfair.c1188 static inline unsigned long group_weight(struct task_struct *p, int nid, in group_weight() function
1481 imp += group_weight(cur, env->src_nid, dist) - in task_numa_compare()
1482 group_weight(cur, env->dst_nid, dist); in task_numa_compare()
1649 groupweight = group_weight(p, env.src_nid, dist); in task_numa_migrate()
1652 groupimp = group_weight(p, env.dst_nid, dist) - groupweight; in task_numa_migrate()
1676 groupweight = group_weight(p, env.src_nid, dist); in task_numa_migrate()
1681 groupimp = group_weight(p, nid, dist) - groupweight; in task_numa_migrate()
1922 score = group_weight(p, node, dist); in preferred_group_nid()
5506 ((long)sg->sgc->max_capacity * (int)sg->group_weight)) { in group_idle_state()
5595 if (sg_shared_cap && sg_shared_cap->group_weight >= sg->group_weight) in sched_group_energy()
[all …]
Dsched.h941 unsigned int group_weight; member
Dcore.c6609 sg->group_weight = cpumask_weight(sched_group_cpus(sg)); in init_sched_groups_capacity()
6617 atomic_set(&sg->sgc->nr_busy_cpus, sg->group_weight); in init_sched_groups_capacity()