Searched refs:qband_cache (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dstrsubr.c324 struct kmem_cache *qband_cache; variable in typeref:struct:kmem_cache
870 qband_cache = kmem_cache_create("qband_cache",
3516 qbp = kmem_cache_alloc(qband_cache, KM_NOSLEEP);
3536 kmem_cache_free(qband_cache, qbp);

Completed in 201 milliseconds