Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dsch_fq.c135 struct fq_perband_flows band_flows[FQ_BANDS]; member
200 struct fq_perband_flows *pband = &q->band_flows[flow->band]; in fq_flow_add_tail()
675 pband = &q->band_flows[q->band_nr]; in fq_dequeue()
682 pband = &q->band_flows[q->band_nr]; in fq_dequeue()
828 q->band_flows[idx].new_flows.first = NULL; in fq_reset()
829 q->band_flows[idx].old_flows.first = NULL; in fq_reset()
989 WRITE_ONCE(q->band_flows[i].quantum, weights[i]); in fq_load_weights()
1181 q->band_flows[i].new_flows.first = NULL; in fq_init()
1182 q->band_flows[i].old_flows.first = NULL; in fq_init()
1184 q->band_flows[0].quantum = 9 << 16; in fq_init()
[all …]