Ingo Molnar
f1cd2e2e79
sched/balancing: Rename find_busiest_queue() => sched_balance_find_src_rq()
...
The find_busiest_queue() naming has two small quirks:
- Scheduler functions that deal with runqueues usually have a rq_ prefix
or _rq postfix, but this function has neither.
- Plus the 'busiest' qualifier to this function was historically
correct, but has become somewhat of a misnomer: in quite a few
cases we will not pick the busiest runqueue - but the best
(possible) runqueue we can balance tasks from. So name it a
bit more neutrally, similar to the 'src/dst' nomenclature
we are already using when moving tasks between runqueues.
To fix both quirks, and to standardize scheduler load-balancing
function names on the sched_balance_() prefix, rename the
function to sched_balance_find_src_rq().
Signed-off-by: Ingo Molnar <mingo@kernel.org >
Reviewed-by: Shrikanth Hegde <sshegde@linux.ibm.com >
Link: https://lore.kernel.org/r/20240308111819.1101550-7-mingo@kernel.org
2024-03-12 12:00:00 +01:00
..
2024-03-05 16:48:53 -08:00
2024-03-11 13:13:22 -07:00
2023-09-22 09:50:55 -07:00
2024-01-17 17:19:06 +00:00
2024-01-18 16:49:34 -08:00
2023-12-21 23:12:18 +01:00
2024-01-25 23:52:20 -08:00
2024-01-19 12:58:17 +01:00
2023-10-18 14:43:22 -07:00
2024-03-11 14:03:03 -07:00
2023-10-18 14:34:17 -07:00
2023-09-20 11:24:18 +02:00
2024-03-01 13:02:05 +01:00
2024-01-10 18:00:18 -08:00
2024-02-25 12:05:22 +01:00
2023-11-03 15:44:25 -10:00
2024-02-26 17:37:25 -08:00
2024-03-12 12:00:00 +01:00
2024-03-12 11:59:59 +01:00
2024-03-11 19:53:15 -07:00
2023-09-11 15:05:50 +02:00
2024-02-09 11:13:59 -10:00
2022-08-22 18:50:06 -04:00
2023-11-02 20:53:31 -10:00
2023-11-14 17:34:27 -05:00
2023-11-12 22:33:49 -05:00
2023-07-21 12:17:25 -04:00
2023-08-15 18:16:14 -04:00
2023-10-13 18:34:46 +02:00
2024-02-05 13:22:34 -10:00
2022-09-26 19:46:09 -07:00
2023-08-08 16:48:47 -04:00
2022-09-26 10:13:13 -07:00
2023-03-14 19:32:38 -07:00
2024-02-14 07:53:50 -08:00
2023-01-13 11:48:15 +01:00
2024-03-11 15:45:55 -07:00
2024-01-12 15:20:47 -08:00
2023-12-15 14:19:48 -08:00
2023-04-18 16:39:34 -07:00
2024-03-11 10:21:06 -07:00
2023-09-21 12:03:50 -06:00
2023-02-08 13:36:22 +01:00
2024-03-11 12:02:50 -07:00
2023-12-23 15:52:13 +01:00
2023-05-28 16:20:21 +09:00
2023-09-29 11:28:39 -07:00
2023-04-08 13:45:37 -07:00
2023-08-21 13:37:28 -07:00
2023-03-24 11:01:29 +01:00
2022-12-01 15:53:05 -08:00
2022-11-12 18:47:36 -08:00
2023-08-29 17:32:32 -07:00
2022-11-15 00:42:02 -08:00
2023-08-25 15:00:36 -07:00
2023-10-19 11:02:48 +02:00
2023-12-20 13:46:19 -08:00
2023-06-09 17:44:17 -07:00
2024-01-12 15:20:47 -08:00
2023-12-29 12:22:25 -08:00
2022-09-11 21:55:06 -07:00
2023-10-09 16:59:47 +10:00
2023-03-24 20:10:59 -07:00
2024-02-08 23:29:29 +09:00
2023-06-08 12:27:20 -07:00
2023-08-24 16:25:14 -07:00
2023-11-02 20:53:31 -10:00
2022-09-11 21:55:12 -07:00
2023-12-20 19:26:30 -05:00
2023-04-08 13:45:38 -07:00
2024-03-01 12:23:37 +01:00
2023-12-20 19:26:30 -05:00
2023-10-27 18:04:24 +08:00
2023-10-04 10:41:56 -07:00
2023-12-01 09:51:44 -08:00
2023-12-20 19:26:31 -05:00
2023-08-21 13:37:59 -07:00
2024-03-01 12:24:53 +01:00
2022-09-11 21:55:12 -07:00
2024-01-09 11:46:20 -08:00
2024-01-09 16:20:17 -08:00
2023-12-29 12:22:27 -08:00
2024-01-09 11:46:20 -08:00
2022-12-27 12:52:12 +01:00
2023-07-14 15:02:57 -07:00
2022-11-09 18:06:35 +00:00
2023-12-12 14:24:14 +01:00
2024-02-21 09:46:08 +01:00
2023-10-30 17:56:53 -10:00
2023-10-04 10:41:57 -07:00
2024-02-29 11:51:24 -10:00
2023-04-20 11:36:35 +02:00
2023-12-29 12:22:29 -08:00
2022-10-17 16:41:16 +02:00
2024-01-09 12:57:46 -08:00
2024-02-07 21:20:32 -08:00
2022-09-08 16:56:45 -07:00
2023-11-01 15:28:33 -10:00
2023-09-19 13:21:32 -07:00
2023-10-04 10:41:57 -07:00
2023-09-24 17:24:01 +02:00
2023-02-18 14:34:36 -05:00
2023-08-15 15:26:17 -07:00
2023-06-29 15:19:43 -07:00
2023-09-13 14:59:24 +02:00
2023-11-28 14:08:47 +01:00
2023-10-11 08:46:01 -07:00
2023-04-13 11:49:35 -07:00
2023-06-08 15:43:09 -04:00
2023-12-21 13:17:54 +01:00
2023-06-19 16:25:28 -07:00
2023-06-09 17:44:21 -07:00
2023-12-29 12:22:30 -08:00
2023-08-07 15:57:22 -10:00
2024-03-12 11:59:59 +01:00