Lines Matching refs:fcnt
197 int fcnt = 0; in fq_gc() local
209 tofree[fcnt++] = f; in fq_gc()
210 if (fcnt == FQ_GC_MAX) in fq_gc()
220 q->flows -= fcnt; in fq_gc()
221 q->inactive_flows -= fcnt; in fq_gc()
222 q->stat_gc_flows += fcnt; in fq_gc()
223 while (fcnt) { in fq_gc()
224 struct fq_flow *f = tofree[--fcnt]; in fq_gc()
610 int fcnt = 0; in fq_rehash() local
619 fcnt++; in fq_rehash()
643 q->flows -= fcnt; in fq_rehash()
644 q->inactive_flows -= fcnt; in fq_rehash()
645 q->stat_gc_flows += fcnt; in fq_rehash()