]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
sched_ext: Plumb enq_flags through the consume path
authorTejun Heo <tj@kernel.org>
Fri, 13 Mar 2026 19:43:23 +0000 (09:43 -1000)
committerTejun Heo <tj@kernel.org>
Fri, 13 Mar 2026 19:43:23 +0000 (09:43 -1000)
commitda32a2986e5fb3c70562ad610918834696e87322
treec0c9e976c584b1ef2edceebc51e127d6d75315c4
parent98d709cba3193f0bec54da4cd76ef499ea2f1ef7
sched_ext: Plumb enq_flags through the consume path

Add enq_flags parameter to consume_dispatch_q() and consume_remote_task(),
passing it through to move_{local,remote}_task_to_local_dsq(). All callers
pass 0.

No functional change. This prepares for SCX_ENQ_IMMED support on the consume
path.

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