Home
last modified time | relevance | path

Searched refs:group_weight (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/kernel/sched/
H A Dfair.c1774 static inline unsigned long group_weight(struct task_struct *p, int nid, in group_weight() function
2325 imp += group_weight(cur, env->src_nid, dist) - in task_numa_compare()
2326 group_weight(cur, env->dst_nid, dist); in task_numa_compare()
2536 groupweight = group_weight(p, env.src_nid, dist); in task_numa_migrate()
2539 groupimp = group_weight(p, env.dst_nid, dist) - groupweight; in task_numa_migrate()
2562 groupweight = group_weight(p, env.src_nid, dist); in task_numa_migrate()
2567 groupimp = group_weight(p, nid, dist) - groupweight; in task_numa_migrate()
2789 * be done in a way that produces consistent results with group_weight,
2802 * On a system with glueless mesh NUMA topology, group_weight in preferred_group_nid()
2813 score = group_weight( in preferred_group_nid()
9695 unsigned int group_weight; global() member
[all...]
H A Dtopology.c1294 sg->group_weight = cpumask_weight(&avail_mask); in init_sched_groups_capacity()
1296 sg->group_weight = cpumask_weight(sched_group_span(sg)); in init_sched_groups_capacity()
H A Dsched.h2048 unsigned int group_weight; member
/kernel/linux/linux-5.10/kernel/sched/
H A Dfair.c1435 static inline unsigned long group_weight(struct task_struct *p, int nid, in group_weight() function
1845 imp += group_weight(cur, env->src_nid, dist) - in task_numa_compare()
1846 group_weight(cur, env->dst_nid, dist); in task_numa_compare()
2053 groupweight = group_weight(p, env.src_nid, dist); in task_numa_migrate()
2056 groupimp = group_weight(p, env.dst_nid, dist) - groupweight; in task_numa_migrate()
2079 groupweight = group_weight(p, env.src_nid, dist); in task_numa_migrate()
2084 groupimp = group_weight(p, nid, dist) - groupweight; in task_numa_migrate()
2306 * be done in a way that produces consistent results with group_weight,
2319 * On a system with glueless mesh NUMA topology, group_weight in preferred_group_nid()
2330 score = group_weight( in preferred_group_nid()
8554 unsigned int group_weight; global() member
[all...]
H A Dtopology.c1242 sg->group_weight = cpumask_weight(&avail_mask); in init_sched_groups_capacity()
1244 sg->group_weight = cpumask_weight(sched_group_span(sg)); in init_sched_groups_capacity()
H A Dsched.h1619 unsigned int group_weight; member

Completed in 33 milliseconds