Home
last modified time | relevance | path

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

/linux-6.15/net/sched/
H A Dsch_fq.c135 struct fq_perband_flows band_flows[FQ_BANDS]; member
673 pband = &q->band_flows[q->band_nr]; in fq_dequeue()
680 pband = &q->band_flows[q->band_nr]; in fq_dequeue()
827 q->band_flows[idx].new_flows.first = NULL; in fq_reset()
828 q->band_flows[idx].old_flows.first = NULL; in fq_reset()
1177 q->band_flows[i].new_flows.first = NULL; in fq_init()
1178 q->band_flows[i].old_flows.first = NULL; in fq_init()
1180 q->band_flows[0].quantum = 9 << 16; in fq_init()
1181 q->band_flows[1].quantum = 3 << 16; in fq_init()
1182 q->band_flows[2].quantum = 1 << 16; in fq_init()
[all …]