Home
last modified time | relevance | path

Searched refs:imbalance (Results 1 – 11 of 11) sorted by relevance

/Linux-v5.4/kernel/sched/
Dfair.c5565 unsigned long imbalance = scale_load_down(NICE_0_LOAD) * in find_idlest_group() local
5613 if (min_runnable_load > (runnable_load + imbalance)) { in find_idlest_group()
5621 } else if ((runnable_load < (min_runnable_load + imbalance)) && in find_idlest_group()
5672 min_runnable_load + imbalance >= this_runnable_load) in find_idlest_group()
5675 if (min_runnable_load > (this_runnable_load + imbalance)) in find_idlest_group()
5678 if ((this_runnable_load < (min_runnable_load + imbalance)) && in find_idlest_group()
7108 long imbalance; member
7356 if (env->imbalance <= 0) in detach_tasks()
7389 if ((load / 2) > env->imbalance) in detach_tasks()
7396 env->imbalance -= load; in detach_tasks()
[all …]
Dsched.h1395 int imbalance; /* XXX unrelated to capacity but shared group state */ member
/Linux-v5.4/tools/perf/Documentation/
Dperf-stat.txt198 is a useful mode to detect imbalance between sockets. To enable this mode,
205 is a useful mode to detect imbalance between dies. To enable this mode,
212 is a useful mode to detect imbalance between physical cores. To enable this mode,
/Linux-v5.4/Documentation/dev-tools/
Dsparse.rst71 sparse would otherwise report a context imbalance.
/Linux-v5.4/Documentation/scheduler/
Dsched-domains.rst50 to our runqueue. The exact number of tasks amounts to an imbalance previously
/Linux-v5.4/Documentation/trace/
Devents-kmem.rst96 refills and drains could imply an imbalance between CPUs where too much work
/Linux-v5.4/Documentation/vm/
Dnuma.rst105 Thus, under sufficient imbalance, tasks can migrate between nodes, remote
/Linux-v5.4/Documentation/admin-guide/mm/
Dhugetlbpage.rst229 undesirable imbalance in the distribution of the huge page pool, or
/Linux-v5.4/scripts/
Dspelling.txt658 imblance||imbalance
/Linux-v5.4/Documentation/networking/
Dscaling.rst188 to the same CPU is CPU load imbalance if flows vary in packet rate.
/Linux-v5.4/Documentation/process/
Dcoding-style.rst314 problem, which is called the function-growth-hormone-imbalance syndrome.