Lines Matching defs:flows
13 * They are also part of one Round Robin 'queues' (new or old flows)
27 * dequeue() : serves flows in Round Robin
101 struct rb_root delayed; /* for rate limited flows */
120 u32 flows;
207 /* limit number of collected flows per round */
254 q->flows -= fcnt;
304 if (q->flows >= (2U << q->fq_trees_log) &&
305 q->inactive_flows > q->flows/2)
359 q->flows++;
692 q->flows = 0;
737 q->flows -= fcnt;
1024 st.flows = q->flows;