summaryrefslogtreecommitdiff
path: root/include/linux/workqueue_api.h
diff options
context:
space:
mode:
authorTejun Heo <tj@kernel.org>2026-06-03 15:46:56 -1000
committerTejun Heo <tj@kernel.org>2026-06-03 15:46:56 -1000
commit41de4c70b0036646ae224b05c47c7756c5c2178d (patch)
tree1845c994d0181f74cf6e5a455a261ab27558ef79 /include/linux/workqueue_api.h
parentdad8365242595ab1f0a63cd3d8ad193e1e68b7fb (diff)
sched_ext: Order single-cid cmask helpers as (cid, mask)
__scx_cmask_set(), __scx_cmask_contains() and __scx_cmask_word() take the cmask first and the cid second. The kernel's bit and cpumask predicates put the index first: test_bit(nr, addr), cpumask_test_cpu(cpu, mask). Reorder the cmask helpers to (cid, mask) for consistency, ahead of new single-cid ops added next. Mask-level ops (and/or/andnot/copy/subset/intersects) keep (dst, src). Signed-off-by: Tejun Heo <tj@kernel.org> Reviewed-by: Andrea Righi <arighi@nvidia.com>
Diffstat (limited to 'include/linux/workqueue_api.h')
0 files changed, 0 insertions, 0 deletions