Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4u/starfire/io/
H A Didn.c3569 ASSERT(idn.timer_cache == NULL); in idn_timercache_init()
3571 idn.timer_cache = kmem_cache_create("idn_timer_cache", in idn_timercache_init()
3580 if (idn.timer_cache == NULL) in idn_timercache_deinit()
3583 kmem_cache_destroy(idn.timer_cache); in idn_timercache_deinit()
3584 idn.timer_cache = NULL; in idn_timercache_deinit()
3592 tp = kmem_cache_alloc(idn.timer_cache, KM_SLEEP); in idn_timer_alloc()
3604 kmem_cache_free(idn.timer_cache, tp); in idn_timer_free()
/titanic_41/usr/src/uts/sun4u/starfire/sys/
H A Didn.h3048 kmem_cache_t *timer_cache; member