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.c117 u64 dsp_cnt; /* remaining count */ member
402 if (!cpuc->dsp_cnt) { in BPF_STRUCT_OPS()
404 cpuc->dsp_cnt = 1 << cpuc->dsp_idx; in BPF_STRUCT_OPS()
439 cpuc->dsp_cnt--; in BPF_STRUCT_OPS()
446 if (!cpuc->dsp_cnt) in BPF_STRUCT_OPS()
450 cpuc->dsp_cnt = 0; in BPF_STRUCT_OPS()
632 cpuc->dsp_idx, cpuc->dsp_cnt, cpuc->avg_weight, in BPF_STRUCT_OPS()