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