Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/ipp/
H A Dippconf.c70 static kmem_cache_t *ipp_action_cache = NULL; variable
2917 if ((ap = kmem_cache_alloc(ipp_action_cache, KM_NOSLEEP)) == NULL) { in alloc_action()
3022 kmem_cache_free(ipp_action_cache, ap); in free_action()
3100 kmem_cache_free(ipp_action_cache, ap); in rele_action()
3314 ipp_action_cache = kmem_cache_create("ipp_action", in init_actions()
3317 ASSERT(ipp_action_cache != NULL); in init_actions()