Searched refs:imbalance (Results 1 - 2 of 2) sorted by relevance

/linux-master/kernel/sched/
H A Dfair.c1335 adjust_numa_imbalance(int imbalance, int dst_running, int imb_numa_nr) argument
1338 * Allow a NUMA imbalance if busy CPUs is less than the maximum
1345 return imbalance;
1348 * Allow a small imbalance based on a simple pair of communicating
1351 if (imbalance <= NUMA_IMBALANCE_MIN)
1354 return imbalance;
2235 * not address the load imbalance and helps one task at
2365 * imbalance that would be overruled by the load balancer.
2368 unsigned int imbalance; local
2372 * Would movement cause an imbalance
8800 long imbalance; member in struct:lb_env
9840 long imbalance; local
10324 unsigned long imbalance; local
[all...]
H A Dsched.h1914 int imbalance; /* XXX unrelated to capacity but shared group state */ member in struct:sched_group_capacity

Completed in 186 milliseconds