Lines Matching refs:fcnt
182 int fcnt = 0; in fq_gc() local
194 tofree[fcnt++] = f; in fq_gc()
195 if (fcnt == FQ_GC_MAX) in fq_gc()
205 q->flows -= fcnt; in fq_gc()
206 q->inactive_flows -= fcnt; in fq_gc()
207 q->stat_gc_flows += fcnt; in fq_gc()
208 while (fcnt) { in fq_gc()
209 struct fq_flow *f = tofree[--fcnt]; in fq_gc()
557 int fcnt = 0; in fq_rehash() local
566 fcnt++; in fq_rehash()
590 q->flows -= fcnt; in fq_rehash()
591 q->inactive_flows -= fcnt; in fq_rehash()
592 q->stat_gc_flows += fcnt; in fq_rehash()