Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/net/classq/
H A Dclassq_fq_codel.c54 static struct mcache *flowq_cache = NULL; /* mcache for flowq */ variable
65 if (flowq_cache != NULL) { in fq_codel_init()
70 flowq_cache = mcache_create("fq.flowq", flowq_size, sizeof(uint64_t), in fq_codel_init()
72 if (flowq_cache == NULL) { in fq_codel_init()
82 mcache_reap_now(flowq_cache, purge); in fq_codel_reap_caches()
89 fq = mcache_alloc(flowq_cache, MCR_SLEEP); in fq_alloc()
119 mcache_free(flowq_cache, fq); in fq_destroy()