Searched defs:syncq_cache (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dstrsubr.c323 struct kmem_cache *syncq_cache; variable in typeref:struct:kmem_cache
867 syncq_cache = kmem_cache_create("syncq_cache", sizeof (syncq_t), 0,
5645 return (kmem_cache_alloc(syncq_cache, KM_SLEEP));
5685 kmem_cache_free(syncq_cache, sq);

Completed in 61 milliseconds