Home
last modified time | relevance | path

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

/linux-6.15/tools/sched_ext/
H A Dscx_qmap.bpf.c115 u64 dsp_cnt; /* remaining count */ member
401 if (!cpuc->dsp_cnt) { in BPF_STRUCT_OPS()
403 cpuc->dsp_cnt = 1 << cpuc->dsp_idx; in BPF_STRUCT_OPS()
438 cpuc->dsp_cnt--; in BPF_STRUCT_OPS()
445 if (!cpuc->dsp_cnt) in BPF_STRUCT_OPS()
449 cpuc->dsp_cnt = 0; in BPF_STRUCT_OPS()
601 cpuc->dsp_idx, cpuc->dsp_cnt, cpuc->avg_weight, in BPF_STRUCT_OPS()