Lines Matching refs:fcnt
224 int i, fcnt = 0; in fq_gc() local
236 tofree[fcnt++] = f; in fq_gc()
237 if (fcnt == FQ_GC_MAX) in fq_gc()
247 if (!fcnt) in fq_gc()
250 for (i = fcnt; i > 0; ) { in fq_gc()
254 q->flows -= fcnt; in fq_gc()
255 q->inactive_flows -= fcnt; in fq_gc()
256 q->stat_gc_flows += fcnt; in fq_gc()
258 kmem_cache_free_bulk(fq_flow_cachep, fcnt, tofree); in fq_gc()
704 int fcnt = 0; in fq_rehash() local
713 fcnt++; in fq_rehash()
737 q->flows -= fcnt; in fq_rehash()
738 q->inactive_flows -= fcnt; in fq_rehash()
739 q->stat_gc_flows += fcnt; in fq_rehash()