diff options
| author | Tejun Heo <tj@kernel.org> | 2026-06-03 15:46:56 -1000 |
|---|---|---|
| committer | Tejun Heo <tj@kernel.org> | 2026-06-03 15:46:56 -1000 |
| commit | 41de4c70b0036646ae224b05c47c7756c5c2178d (patch) | |
| tree | 1845c994d0181f74cf6e5a455a261ab27558ef79 /include/linux/stackprotector.h | |
| parent | dad8365242595ab1f0a63cd3d8ad193e1e68b7fb (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/stackprotector.h')
0 files changed, 0 insertions, 0 deletions
