Searched refs:cmask_test (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/sched_ext/ |
| H A D | scx_qmap.bpf.c | 224 if (cmask_test(prev_cid, &qa.self_cids.mask) && in pick_direct_dispatch_cid() 380 if (!cmask_test(c, &qa.held_excl.mask) && in first_unavail_cid() 381 !cmask_test(c, &qa.held_shared.mask)) in first_unavail_cid() 478 if (bad >= 0 && cmask_test(bad, &taskc->cpus_allowed)) { in BPF_STRUCT_OPS() 648 if (cmask_test(this_cid, &taskc->cpus_allowed) && in scan_shared_dsq() 649 cmask_test(this_cid, &qa.self_cids.mask)) in scan_shared_dsq() 806 if (!cmask_test(cid, &taskc->cpus_allowed)) in BPF_STRUCT_OPS() 1403 if (cmask_test(cid, &qa.held_shared.mask)) in compute_partition() 1470 if (cmask_test(cid, &qa.held_excl.mask)) { in compute_partition() 1474 } else if (cmask_test(cid, &qa.held_shared.mask)) { in compute_partition() [all …]
|
| /linux/tools/sched_ext/include/scx/ |
| H A D | cid.bpf.h | 125 static __always_inline bool cmask_test(u32 cid, const struct scx_cmask __arena *m) in cmask_test() function
|