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

/illumos-gate/usr/src/uts/common/io/
H A Dstream.c89 * allocates a dblk from the global dblk_esb_cache and sets db_base,
164 static struct kmem_cache *dblk_esb_cache; variable in typeref:struct:kmem_cache
231 dbp->db_cache = dblk_esb_cache;
399 dblk_esb_cache = kmem_cache_create("streams_dblk_esb", sizeof (dblk_t),
849 if ((dbp = kmem_cache_alloc(dblk_esb_cache, kmflags)) == NULL) {

Completed in 65 milliseconds