Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/
H A Dmultidata.c92 static struct kmem_cache *mmd_cache; variable
164 mmd_cache = kmem_cache_create("multidata", MMD_CACHE_SIZE, in mmd_init()
199 if ((buf = kmem_cache_alloc(mmd_cache, kmflags)) == NULL) in mmd_alloc()
210 kmem_cache_free(mmd_cache, buf); in mmd_alloc()
393 kmem_cache_free(mmd_cache, buf); in mmd_esballoc_free()