Lines Matching refs:fq_flow
16 struct fq_flow *flow, in fq_adjust_removal()
28 static void fq_rejigger_backlog(struct fq *fq, struct fq_flow *flow) in fq_rejigger_backlog()
30 struct fq_flow *i; in fq_rejigger_backlog()
47 struct fq_flow *flow) in fq_flow_dequeue()
67 struct fq_flow *flow; in fq_tin_dequeue()
81 flow = list_first_entry(head, struct fq_flow, flowchain); in fq_tin_dequeue()
110 static struct fq_flow *fq_flow_classify(struct fq *fq, in fq_flow_classify()
115 struct fq_flow *flow; in fq_flow_classify()
139 struct fq_flow *flow) in fq_recalc_backlog()
141 struct fq_flow *i; in fq_recalc_backlog()
161 struct fq_flow *flow; in fq_tin_enqueue()
187 struct fq_flow, in fq_tin_enqueue()
208 struct fq_flow *flow, in fq_flow_filter()
236 struct fq_flow *flow; in fq_tin_filter()
247 struct fq_flow *flow, in fq_flow_reset()
271 struct fq_flow *flow; in fq_tin_reset()
281 flow = list_first_entry(head, struct fq_flow, flowchain); in fq_tin_reset()
289 static void fq_flow_init(struct fq_flow *flow) in fq_flow_init()