diff options
author | Ingo Molnar | 2024-03-08 12:18:19 +0100 |
---|---|---|
committer | Ingo Molnar | 2024-03-12 12:00:00 +0100 |
commit | 686d148cbb5a1c2891914b8d11147d3c5556a29a (patch) | |
tree | e2e9678fe6becd5156565b9b09b3c2a983639e46 /kernel/numa.c | |
parent | a88b17080294f735c4124acccfa2d803a6a7d46f (diff) |
sched/balancing: Rename find_idlest_cpu() => sched_balance_find_dst_cpu()
Standardize scheduler load-balancing function names on the
sched_balance_() prefix.
Also use 'dst' instead of 'idlest', because it's not really
true that we return the 'idlest' group or CPU, we sort by
idle-exit latency and only return the idlest CPUs from the
lowest-latency set of CPUs.
The true 'idlest' CPUs often remain idle for a long time
and are never returned as long as the system is under-loaded.
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Reviewed-by: Shrikanth Hegde <sshegde@linux.ibm.com>
Link: https://lore.kernel.org/r/20240308111819.1101550-14-mingo@kernel.org
Diffstat (limited to 'kernel/numa.c')
0 files changed, 0 insertions, 0 deletions