diff options
author | 2025-04-29 08:40:10 -1000 | |
---|---|---|
committer | 2025-04-29 08:40:10 -1000 | |
commit | bff3b5aec1b727b620adc7c47085592802390125 (patch) | |
tree | dfa4ce074f54f88a09976c9ee08c1edff335da94 /scripts/lib/kdoc/kdoc_files.py | |
parent | sched_ext: Move event_stats_cpu into scx_sched (diff) | |
download | linux-rng-bff3b5aec1b727b620adc7c47085592802390125.tar.xz linux-rng-bff3b5aec1b727b620adc7c47085592802390125.zip |
sched_ext: Move disable machinery into scx_sched
Because disable can be triggered from any place and the scheduler cannot be
trusted, disable path uses an irq_work to bounce and a kthread_work which is
executed on an RT helper kthread to perform disable. These must be per
scheduler instance to guarantee forward progress. Move them into scx_sched.
- If an scx_sched is accessible, its helper kthread is always valid making
the `helper` check in schedule_scx_disable_work() unnecessary. As the
function becomes trivial after the removal of the test, inline it.
- scx_create_rt_helper() has only one user - creation of the disable helper
kthread. Inline it into scx_alloc_and_add_sched().
Signed-off-by: Tejun Heo <tj@kernel.org>
Reviewed-by: Andrea Righi <arighi@nvidia.com>
Acked-by: Changwoo Min <changwoo@igalia.com>
Diffstat (limited to 'scripts/lib/kdoc/kdoc_files.py')
0 files changed, 0 insertions, 0 deletions