Home
last modified time | relevance | path

Searched refs:cmask_andnot (Results 1 – 2 of 2) sorted by relevance

/linux/tools/sched_ext/
H A Dscx_qmap.bpf.c1391 cmask_andnot(&qa.held_shared.mask, &qa.held_excl.mask); /* held only as ENQ_IMMED */ in compute_partition()
1612 cmask_andnot(&qa.to_revoke_cids.mask, &ssc->granted_cids.mask); in apply_partition()
1614 cmask_andnot(&qa.to_grant_cids.mask, &ssc->prev_granted.mask); in apply_partition()
1844 cmask_andnot(&qa.held_shared.mask, &qa.held_excl.mask); in BPF_STRUCT_OPS_SLEEPABLE()
/linux/tools/sched_ext/include/scx/
H A Dcid.bpf.h376 static __always_inline void cmask_andnot(struct scx_cmask __arena *dst, in cmask_andnot() function