Searched refs:group_weight (Results 1 – 3 of 3) sorted by relevance
| /linux/kernel/sched/ |
| H A D | fair.c | 1969 static inline unsigned long group_weight(struct task_struct *p, int nid, in group_weight() function 2526 imp += group_weight(cur, env->src_nid, dist) - in task_numa_compare() 2527 group_weight(cur, env->dst_nid, dist); in task_numa_compare() 2734 groupweight = group_weight(p, env.src_nid, dist); in task_numa_migrate() 2737 groupimp = group_weight(p, env.dst_nid, dist) - groupweight; in task_numa_migrate() 2760 groupweight = group_weight(p, env.src_nid, dist); in task_numa_migrate() 2765 groupimp = group_weight(p, nid, dist) - groupweight; in task_numa_migrate() 3011 score = group_weight(p, node, dist); in preferred_group_nid() 7707 if (group->group_weight == 1) in sched_balance_find_dst_group_cpu() 9694 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 | sched.h | 2207 unsigned int group_weight; member
|