Home
last modified time | relevance | path

Searched refs:flowq_cache (Results 1 – 1 of 1) sorted by relevance

/xnu-8792.81.2/bsd/net/classq/
H A Dclassq_fq_codel.c80 static struct mcache *flowq_cache = NULL; /* mcache for flowq */ variable
105 if (flowq_cache != NULL) { in fq_codel_init()
110 flowq_cache = mcache_create("fq.flowq", flowq_size, sizeof(uint64_t), in fq_codel_init()
112 if (flowq_cache == NULL) { in fq_codel_init()
133 mcache_reap_now(flowq_cache, purge); in fq_codel_reap_caches()
140 fq = mcache_alloc(flowq_cache, MCR_SLEEP); in fq_alloc()
170 mcache_free(flowq_cache, fq); in fq_destroy()