Searched refs:queue_cache (Results 1 – 1 of 1) sorted by relevance
322 struct kmem_cache *queue_cache; variable864 queue_cache = kmem_cache_create("queue_cache", sizeof (queinfo_t), 0, in strinit()3355 qip = kmem_cache_alloc(queue_cache, KM_SLEEP); in allocq()3505 kmem_cache_free(queue_cache, qp); in freeq()