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

/illumos-gate/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) {
2328 kmem_cache_free(ipp_mod_cache, imp);
2408 kmem_cache_free(ipp_mod_cache, imp);
3283 ipp_mod_cache = kmem_cache_create("ipp_mod", sizeof (ipp_mod_t),
3285 ASSERT(ipp_mod_cache != NULL);

Completed in 58 milliseconds