Lines Matching refs:fcnt
207 int fcnt = 0; in fq_gc() local
219 tofree[fcnt++] = f; in fq_gc()
220 if (fcnt == FQ_GC_MAX) in fq_gc()
230 q->flows -= fcnt; in fq_gc()
231 q->inactive_flows -= fcnt; in fq_gc()
232 q->stat_gc_flows += fcnt; in fq_gc()
233 while (fcnt) { in fq_gc()
234 struct fq_flow *f = tofree[--fcnt]; in fq_gc()
661 int fcnt = 0; in fq_rehash() local
670 fcnt++; in fq_rehash()
694 q->flows -= fcnt; in fq_rehash()
695 q->inactive_flows -= fcnt; in fq_rehash()
696 q->stat_gc_flows += fcnt; in fq_rehash()