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

/illumos-gate/usr/src/uts/sun4u/starfire/io/
H A Didn.c3569 ASSERT(idn.timer_cache == NULL);
3571 idn.timer_cache = kmem_cache_create("idn_timer_cache",
3580 if (idn.timer_cache == NULL)
3583 kmem_cache_destroy(idn.timer_cache);
3584 idn.timer_cache = NULL;
3592 tp = kmem_cache_alloc(idn.timer_cache, KM_SLEEP);
3604 kmem_cache_free(idn.timer_cache, tp);
/illumos-gate/usr/src/uts/sun4u/starfire/sys/
H A Didn.h3048 kmem_cache_t *timer_cache; member in struct:idn_global

Completed in 67 milliseconds