Lines Matching refs:fq_flow
15 struct fq_flow *flow, in fq_adjust_removal()
27 static void fq_rejigger_backlog(struct fq *fq, struct fq_flow *flow) in fq_rejigger_backlog()
29 struct fq_flow *i; in fq_rejigger_backlog()
46 struct fq_flow *flow) in fq_flow_dequeue()
66 struct fq_flow *flow; in fq_tin_dequeue()
80 flow = list_first_entry(head, struct fq_flow, flowchain); in fq_tin_dequeue()
116 static struct fq_flow *fq_flow_classify(struct fq *fq, in fq_flow_classify()
121 struct fq_flow *flow; in fq_flow_classify()
140 struct fq_flow *flow) in fq_recalc_backlog()
142 struct fq_flow *i; in fq_recalc_backlog()
162 struct fq_flow *flow; in fq_tin_enqueue()
188 struct fq_flow, in fq_tin_enqueue()
209 struct fq_flow *flow, in fq_flow_filter()
237 struct fq_flow *flow; in fq_tin_filter()
248 struct fq_flow *flow, in fq_flow_reset()
272 struct fq_flow *flow; in fq_tin_reset()
282 flow = list_first_entry(head, struct fq_flow, flowchain); in fq_tin_reset()
290 static void fq_flow_init(struct fq_flow *flow) in fq_flow_init()