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()
560 int fcnt = 0; in fq_rehash() local
569 fcnt++; in fq_rehash()
593 q->flows -= fcnt; in fq_rehash()
594 q->inactive_flows -= fcnt; in fq_rehash()
595 q->stat_gc_flows += fcnt; in fq_rehash()