Home
last modified time | relevance | path

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

/linux/tools/sched_ext/
H A Dscx_qmap.h158 u8 cid_shared[SCX_QMAP_MAX_CPUS]; /* per cid: 1 if held shared (ENQ_IMMED-only) */ member
H A Dscx_qmap.bpf.c366 return qa.cid_shared[cid] ? SCX_ENQ_IMMED : 0; in needs_immed()
2003 qa.cid_shared[cid] = (after & SCX_CAP_ENQ) ? 0 : 1; in BPF_STRUCT_OPS()
2005 qa.cid_shared[cid] = 0; in BPF_STRUCT_OPS()