Searched refs:group_weight (Results 1 – 4 of 4) sorted by relevance
| /linux/kernel/sched/ |
| H A D | fair.c | 1791 static inline unsigned long group_weight(struct task_struct *p, int nid, in group_weight() function 2348 imp += group_weight(cur, env->src_nid, dist) - in task_numa_compare() 2349 group_weight(cur, env->dst_nid, dist); in task_numa_compare() 2556 groupweight = group_weight(p, env.src_nid, dist); in task_numa_migrate() 2559 groupimp = group_weight(p, env.dst_nid, dist) - groupweight; in task_numa_migrate() 2582 groupweight = group_weight(p, env.src_nid, dist); in task_numa_migrate() 2587 groupimp = group_weight(p, nid, dist) - groupweight; in task_numa_migrate() 2833 score = group_weight(p, node, dist); in preferred_group_nid() 7386 if (group->group_weight == 1) in sched_balance_find_dst_group_cpu() 9368 src_weight = group_weight(p, src_nid, dist); in migrate_degrades_locality() [all …]
|
| H A D | ext_idle.c | 273 return sg->group_weight; in numa_weight()
|
| H A D | topology.c | 1296 sg->group_weight = cpumask_weight(sched_group_span(sg)); in init_sched_groups_capacity()
|
| H A D | sched.h | 2185 unsigned int group_weight; member
|