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

/illumos-gate/usr/src/uts/sun4/io/
H A Divintr.c58 kmem_cache_t *intr_vec_cache = NULL; /* For HW and single target SW intrs */ variable
59 static kmutex_t intr_vec_cache_mutex; /* Protect intr_vec_cache usage */
93 if (intr_vec_cache) {
94 kmem_cache_destroy(intr_vec_cache);
95 intr_vec_cache = NULL;
151 if (intr_vec_cache == NULL)
152 intr_vec_cache = kmem_cache_create("intr_vec_cache",
156 iv_p = kmem_cache_alloc(intr_vec_cache, KM_SLEEP);
171 kmem_cache_free(intr_vec_cache, iv_
[all...]

Completed in 58 milliseconds