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

/illumos-gate/usr/src/uts/common/io/
H A Dmultidata.c94 static struct kmem_cache *pattbl_cache; variable in typeref:struct:kmem_cache
173 pattbl_cache = kmem_cache_create("multidata_pattbl",
1290 tbl = kmem_cache_alloc(pattbl_cache, kmflags);
1296 kmem_cache_free(pattbl_cache, tbl);
1405 kmem_cache_free(pattbl_cache, *tbl);

Completed in 61 milliseconds