Home
last modified time | relevance | path

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

/linux/tools/sched_ext/
H A Dscx_qmap.bpf.c124 u64 dsp_cnt; /* remaining count */ member
434 if (!cpuc->dsp_cnt) { in BPF_STRUCT_OPS()
436 cpuc->dsp_cnt = 1 << cpuc->dsp_idx; in BPF_STRUCT_OPS()
511 cpuc->dsp_cnt--; in BPF_STRUCT_OPS()
518 if (!cpuc->dsp_cnt) in BPF_STRUCT_OPS()
522 cpuc->dsp_cnt = 0; in BPF_STRUCT_OPS()
679 cpuc->dsp_idx, cpuc->dsp_cnt, cpuc->avg_weight, in BPF_STRUCT_OPS()