Lines Matching defs:fcnt
265 int i, fcnt = 0;
277 tofree[fcnt++] = f;
278 if (fcnt == FQ_GC_MAX)
288 if (!fcnt)
291 for (i = fcnt; i > 0; ) {
295 q->flows -= fcnt;
296 q->inactive_flows -= fcnt;
297 q->stat_gc_flows += fcnt;
299 kmem_cache_free_bulk(fq_flow_cachep, fcnt, tofree);
846 int fcnt = 0;
855 fcnt++;
879 q->flows -= fcnt;
880 q->inactive_flows -= fcnt;
881 q->stat_gc_flows += fcnt;