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()
671 pband = &q->band_flows[q->band_nr]; in fq_dequeue()
678 pband = &q->band_flows[q->band_nr]; in fq_dequeue()
824 q->band_flows[idx].new_flows.first = NULL; in fq_reset()
825 q->band_flows[idx].old_flows.first = NULL; in fq_reset()
985 WRITE_ONCE(q->band_flows[i].quantum, weights[i]); in fq_load_weights()
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()
[all …]