Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/ipp/
H A Dippconf.c58 static kmem_cache_t *ipp_mod_cache = NULL; variable
2231 if ((imp = kmem_cache_alloc(ipp_mod_cache, KM_NOSLEEP)) == NULL) { in alloc_mod()
2328 kmem_cache_free(ipp_mod_cache, imp); in free_mod()
2408 kmem_cache_free(ipp_mod_cache, imp); in rele_mod()
3283 ipp_mod_cache = kmem_cache_create("ipp_mod", sizeof (ipp_mod_t), in init_mods()
3285 ASSERT(ipp_mod_cache != NULL); in init_mods()