Home
last modified time | relevance | path

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

/linux/tools/sched_ext/
H A Dscx_qmap.bpf.c707 u64 holder_cgid = (pos >= 0 && pos < MAX_PARTS) ? in BPF_STRUCT_OPS() local
710 if (holder_cgid) { in BPF_STRUCT_OPS()
711 scx_bpf_sub_dispatch(holder_cgid); in BPF_STRUCT_OPS()
1629 u64 holder_cgid; in apply_partition() local
1636 holder_cgid = qa.part.rr_slots[pos]; /* 0 = self, nothing to grant */ in apply_partition()
1637 if (holder_cgid) in apply_partition()
1638 scx_bpf_sub_grant(holder_cgid, in apply_partition()