Searched refs:imbalance (Results 1 – 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/kernel/sched/ |
D | fair.c | 1590 static inline long adjust_numa_imbalance(int imbalance, int nr_running); 1958 unsigned int imbalance; in task_numa_find_cpu() local 1969 imbalance = max(0, dst_running - src_running); in task_numa_find_cpu() 1970 imbalance = adjust_numa_imbalance(imbalance, dst_running); in task_numa_find_cpu() 1973 if (!imbalance) { in task_numa_find_cpu() 7791 long imbalance; member 8065 if (env->imbalance <= 0) in detach_tasks() 8120 if (shr_bound(load, env->sd->nr_balance_failed) > env->imbalance) in detach_tasks() 8123 env->imbalance -= load; in detach_tasks() 8129 if (util > env->imbalance) in detach_tasks() [all …]
|
D | sched.h | 1603 int imbalance; /* XXX unrelated to capacity but shared group state */ member
|
/kernel/linux/linux-5.10/tools/perf/Documentation/ |
D | perf-stat.txt | 262 is a useful mode to detect imbalance between sockets. To enable this mode, 269 is a useful mode to detect imbalance between dies. To enable this mode, 276 is a useful mode to detect imbalance between physical cores. To enable this mode, 286 is a useful mode to detect imbalance between NUMA nodes. To enable this
|
/kernel/linux/linux-5.10/Documentation/dev-tools/ |
D | sparse.rst | 73 sparse would otherwise report a context imbalance.
|
/kernel/linux/linux-5.10/Documentation/scheduler/ |
D | sched-domains.rst | 52 to our runqueue. The exact number of tasks amounts to an imbalance previously
|
/kernel/linux/linux-5.10/Documentation/trace/ |
D | events-kmem.rst | 96 refills and drains could imply an imbalance between CPUs where too much work
|
/kernel/linux/linux-5.10/Documentation/vm/ |
D | numa.rst | 105 Thus, under sufficient imbalance, tasks can migrate between nodes, remote
|
/kernel/linux/linux-5.10/Documentation/admin-guide/mm/ |
D | hugetlbpage.rst | 275 undesirable imbalance in the distribution of the huge page pool, or
|
/kernel/linux/linux-5.10/scripts/ |
D | spelling.txt | 704 imblance||imbalance
|
/kernel/linux/linux-5.10/Documentation/networking/ |
D | scaling.rst | 188 to the same CPU is CPU load imbalance if flows vary in packet rate.
|
/kernel/linux/linux-5.10/Documentation/process/ |
D | coding-style.rst | 319 problem, which is called the function-growth-hormone-imbalance syndrome.
|