Lines Matching refs:flow
281 struct csz_flow flow[CSZ_GUARANTEED]; /* Array of flows */ member
476 this = &q->flow[flow_id]; in csz_enqueue()
520 q->flow[0].q.qlen--; in skb_dequeue_best()
661 if (this != &q->flow[0]) { /* Guaranteed flow */ in csz_dequeue()
730 struct csz_flow *this = q->flow + i; in csz_reset()
786 struct csz_flow *this = q->flow + i; in csz_init()
846 if (band < CSZ_GUARANTEED && q->flow[band].L_tab == NULL) in csz_get()
886 if (cl >= CSZ_GUARANTEED || q->flow[cl].L_tab == NULL) in csz_change()
889 a = &q->flow[cl]; in csz_change()
921 if (cl >= CSZ_GUARANTEED || q->flow[cl].L_tab == NULL) in csz_delete()
924 a = &q->flow[cl]; in csz_delete()
932 kfree(xchg(&q->flow[cl].L_tab, NULL)); in csz_delete()
953 struct csz_flow *f = &q->flow[cl]; in csz_dump_class()
997 if (prio < CSZ_GUARANTEED && q->flow[prio].L_tab == NULL) { in csz_walk()