]> www.infradead.org Git - users/jedix/linux-maple.git/commit
sched_ext: Add @sch to SCX_CALL_OP*()
authorTejun Heo <tj@kernel.org>
Wed, 14 May 2025 15:11:48 +0000 (11:11 -0400)
committerTejun Heo <tj@kernel.org>
Wed, 14 May 2025 15:11:48 +0000 (11:11 -0400)
commitab3f497ac18d48649376f75cd782c8392b8f09a6
treef8595e68a40c6268311a26aead29d35ee3f7b011
parentd310fb40096896abe1928b88224129bf7122532f
sched_ext: Add @sch to SCX_CALL_OP*()

In preparation of hierarchical scheduling support, make SCX_CALL_OP*() take
explicit @sch instead of assuming scx_root. As scx_root is still the only
scheduler instance, this patch doesn't make any functional changes.

Signed-off-by: Tejun Heo <tj@kernel.org>
Reviewed-by: Andrea Righi <arighi@nvidia.com>
kernel/sched/ext.c
kernel/sched/ext_idle.c