Home
last modified time | relevance | path

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

/linux/tools/sched_ext/
H A Dscx_qmap.bpf.c116 u64 dsp_idx; /* dispatch index */ member
403 cpuc->dsp_idx = (cpuc->dsp_idx + 1) % 5; in BPF_STRUCT_OPS()
404 cpuc->dsp_cnt = 1 << cpuc->dsp_idx; in BPF_STRUCT_OPS()
407 fifo = bpf_map_lookup_elem(&queue_arr, &cpuc->dsp_idx); in BPF_STRUCT_OPS()
409 scx_bpf_error("failed to find ring %llu", cpuc->dsp_idx); in BPF_STRUCT_OPS()
632 cpuc->dsp_idx, cpuc->dsp_cnt, cpuc->avg_weight, in BPF_STRUCT_OPS()