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

/illumos-gate/usr/src/uts/common/io/
H A Dstream.c69 * All mblks for all types of messages come from a common mblk_cache.
163 static struct kmem_cache *mblk_cache; variable in typeref:struct:kmem_cache
197 if ((dbp->db_mblk = kmem_cache_alloc(mblk_cache, kmflags)) == NULL)
202 kmem_cache_free(mblk_cache, dbp->db_mblk);
228 if ((dbp->db_mblk = kmem_cache_alloc(mblk_cache, kmflags)) == NULL)
246 if ((dbp->db_mblk = kmem_cache_alloc(mblk_cache, kmflags)) == NULL)
251 kmem_cache_free(mblk_cache, dbp->db_mblk);
284 kmem_cache_free(mblk_cache, dbp->db_mblk);
299 kmem_cache_free(mblk_cache, dbp->db_mblk);
362 mblk_cache
[all...]

Completed in 46 milliseconds