Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dstrsubr.c326 struct kmem_cache *syncq_cache; variable
871 syncq_cache = kmem_cache_create("syncq_cache", sizeof (syncq_t), 0, in strinit()
5670 return (kmem_cache_alloc(syncq_cache, KM_SLEEP)); in new_syncq()
5710 kmem_cache_free(syncq_cache, sq); in free_syncq()