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
138 struct rb_root delayed; /* for rate limited flows */
143 u32 flows;
248 /* limit number of collected flows per round */
295 q->flows -= fcnt;
324 * scheduled in the future (ie no flows are eligible)
327 if (q->flows != q->inactive_flows + q->throttled_flows)
336 /* Ordering invariants fall apart if some delayed flows
458 q->flows++;
834 q->flows = 0;
879 q->flows -= fcnt;
1306 st.flows = q->flows;