Searched refs:group_weight (Results 1 - 3 of 3) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/sched/ |
H A D | fair.c | 1457 static inline unsigned long group_weight(struct task_struct *p, int nid, int dist) in group_weight() function 1877 imp += group_weight(cur, env->src_nid, dist) - group_weight(cur, env->dst_nid, dist); in task_numa_compare() 2091 groupweight = group_weight(p, env.src_nid, dist); in task_numa_migrate() 2094 groupimp = group_weight(p, env.dst_nid, dist) - groupweight; in task_numa_migrate() 2118 groupweight = group_weight(p, env.src_nid, dist); in task_numa_migrate() 2123 groupimp = group_weight(p, nid, dist) - groupweight; in task_numa_migrate() 2355 * be done in a way that produces consistent results with group_weight, 2369 * On a system with glueless mesh NUMA topology, group_weight in preferred_group_nid() 2381 score = group_weight( in preferred_group_nid() 8593 unsigned int group_weight; global() member [all...] |
H A D | topology.c | 1284 sg->group_weight = cpumask_weight(&avail_mask); in init_sched_groups_capacity() 1286 sg->group_weight = cpumask_weight(sched_group_span(sg)); in init_sched_groups_capacity()
|
H A D | sched.h | 1575 unsigned int group_weight; member
|
Completed in 16 milliseconds