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()
730 pband = &q->band_flows[q->band_nr]; in fq_dequeue()
737 pband = &q->band_flows[q->band_nr]; in fq_dequeue()
887 q->band_flows[idx].new_flows.first = NULL; in fq_reset()
888 q->band_flows[idx].old_flows.first = NULL; in fq_reset()
1048 WRITE_ONCE(q->band_flows[i].quantum, weights[i]); in fq_load_weights()
1238 q->band_flows[i].new_flows.first = NULL; in fq_init()
1239 q->band_flows[i].old_flows.first = NULL; in fq_init()
1241 q->band_flows[0].quantum = 9 << 16; in fq_init()
[all …]