Searched refs:pband (Results 1 – 1 of 1) sorted by relevance
200 struct fq_perband_flows *pband = &q->band_flows[flow->band]; in fq_flow_add_tail() local202 &pband->new_flows : in fq_flow_add_tail()203 &pband->old_flows; in fq_flow_add_tail()635 static struct fq_flow_head *fq_pband_head_select(struct fq_perband_flows *pband) in fq_pband_head_select() argument637 if (pband->credit <= 0) in fq_pband_head_select()640 if (pband->new_flows.first) in fq_pband_head_select()641 return &pband->new_flows; in fq_pband_head_select()643 return pband->old_flows.first ? &pband->old_flows : NULL; in fq_pband_head_select()649 struct fq_perband_flows *pband; in fq_dequeue() local671 pband = &q->band_flows[q->band_nr]; in fq_dequeue()[all …]