Searched refs:held_excl (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/sched_ext/ |
| H A D | scx_qmap.bpf.c | 380 if (!cmask_test(c, &qa.held_excl.mask) && in first_unavail_cid() 1389 scx_bpf_sub_caps(0, SCX_CAP_ENQ, &qa.held_excl.mask); in compute_partition() 1391 cmask_andnot(&qa.held_shared.mask, &qa.held_excl.mask); /* held only as ENQ_IMMED */ in compute_partition() 1397 nr_excl = cmask_weight(&qa.held_excl.mask); in compute_partition() 1470 if (cmask_test(cid, &qa.held_excl.mask)) { in compute_partition() 1839 cmask_init(&qa.held_excl.mask, 0, nr_cids); in BPF_STRUCT_OPS_SLEEPABLE() 1842 scx_bpf_sub_caps(0, SCX_CAP_ENQ, &qa.held_excl.mask); in BPF_STRUCT_OPS_SLEEPABLE() 1844 cmask_andnot(&qa.held_shared.mask, &qa.held_excl.mask); in BPF_STRUCT_OPS_SLEEPABLE() 1954 if (!cmask_weight(&qa.held_excl.mask)) in BPF_STRUCT_OPS()
|
| H A D | scx_qmap.h | 175 struct qmap_cmask held_excl; /* cids held excl (ENQ): delegatable */ member
|