Searched refs:flowq_cache (Results 1 – 1 of 1) sorted by relevance
80 static struct mcache *flowq_cache = NULL; /* mcache for flowq */ variable100 if (flowq_cache != NULL) { in fq_codel_init()105 flowq_cache = mcache_create("fq.flowq", flowq_size, sizeof(uint64_t), in fq_codel_init()107 if (flowq_cache == NULL) { in fq_codel_init()128 mcache_reap_now(flowq_cache, purge); in fq_codel_reap_caches()135 fq = mcache_alloc(flowq_cache, MCR_SLEEP); in fq_alloc()165 mcache_free(flowq_cache, fq); in fq_destroy()