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