Searched refs:imbalance (Results 1 – 13 of 13) sorted by relevance
/Linux-v6.6/kernel/sched/ |
D | fair.c | 1342 adjust_numa_imbalance(int imbalance, int dst_running, int imb_numa_nr) in adjust_numa_imbalance() argument 1352 return imbalance; in adjust_numa_imbalance() 1358 if (imbalance <= NUMA_IMBALANCE_MIN) in adjust_numa_imbalance() 1361 return imbalance; in adjust_numa_imbalance() 2369 unsigned int imbalance; in task_numa_find_cpu() local 2380 imbalance = max(0, dst_running - src_running); in task_numa_find_cpu() 2381 imbalance = adjust_numa_imbalance(imbalance, dst_running, in task_numa_find_cpu() 2385 if (!imbalance) { in task_numa_find_cpu() 8571 long imbalance; member 8848 if (env->imbalance <= 0) in detach_tasks() [all …]
|
D | sched.h | 1892 int imbalance; /* XXX unrelated to capacity but shared group state */ member
|
/Linux-v6.6/Documentation/dev-tools/ |
D | sparse.rst | 73 sparse would otherwise report a context imbalance.
|
/Linux-v6.6/tools/perf/Documentation/ |
D | perf-stat.txt | 299 is a useful mode to detect imbalance between sockets. To enable this mode, 306 is a useful mode to detect imbalance between dies. To enable this mode, 321 is a useful mode to detect imbalance between physical cores. To enable this mode, 331 is a useful mode to detect imbalance between NUMA nodes. To enable this
|
/Linux-v6.6/Documentation/scheduler/ |
D | sched-domains.rst | 52 to our runqueue. The exact number of tasks amounts to an imbalance previously
|
/Linux-v6.6/Documentation/trace/ |
D | events-kmem.rst | 96 refills and drains could imply an imbalance between CPUs where too much work
|
/Linux-v6.6/Documentation/mm/ |
D | numa.rst | 103 Thus, under sufficient imbalance, tasks can migrate between nodes, remote
|
/Linux-v6.6/Documentation/admin-guide/mm/ |
D | memory-hotplug.rst | 573 Having too much system RAM managed by ZONE_MOVABLE is called a zone imbalance, 611 allocations and silently create a zone imbalance, usually triggered by
|
D | hugetlbpage.rst | 320 undesirable imbalance in the distribution of the huge page pool, or
|
/Linux-v6.6/scripts/ |
D | spelling.txt | 778 imblance||imbalance
|
/Linux-v6.6/Documentation/networking/ |
D | scaling.rst | 188 to the same CPU is CPU load imbalance if flows vary in packet rate.
|
/Linux-v6.6/Documentation/process/ |
D | coding-style.rst | 335 problem, which is called the function-growth-hormone-imbalance syndrome.
|
/Linux-v6.6/arch/x86/ |
D | Kconfig | 2512 Enable call/ret counters for imbalance detection and build in
|