Home
last modified time | relevance | path

Searched refs:CID_SELF (Results 1 – 3 of 3) sorted by relevance

/linux/tools/sched_ext/
H A Dscx_qmap.bpf.c1340 s32 owner = CID_SELF, i, s; in place_one()
1404 qa.part.cid_owner[cid] = CID_SELF; in compute_partition()
1444 cp_range_owner[0] = CID_SELF; in compute_partition()
1475 qa.part.cid_owner[cid] = CID_SELF; /* time-share, self-local */ in compute_partition()
1494 s32 rr_owner = CID_SELF; in account_alloc()
1533 else if (owner == CID_SELF) in account_alloc()
1594 else if (o == CID_SELF) in apply_partition()
1860 qa.part.cid_owner[i] = CID_SELF; in BPF_STRUCT_OPS_SLEEPABLE()
H A Dscx_qmap.h37 #define CID_SELF (-1) macro
H A Dscx_qmap.c207 format_cid_ranges(qa, CID_SELF, ranges, sizeof(ranges)); in print_hier()