Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/os/
H A Dclock_highres.c78 it->it_arg = NULL; in clock_highres_timer_create()
82 it->it_arg = kmem_zalloc(sizeof (cyclic_id_t), KM_SLEEP); in clock_highres_timer_create()
105 cyclic_id_t cyc, *cycp = it->it_arg; in clock_highres_timer_settime()
297 if (it->it_arg == NULL) { in clock_highres_timer_delete()
307 if ((cyc = *((cyclic_id_t *)it->it_arg)) != CYCLIC_NONE) in clock_highres_timer_delete()
312 kmem_free(it->it_arg, sizeof (cyclic_id_t)); in clock_highres_timer_delete()
322 cyclic_id_t cyc = *((cyclic_id_t *)it->it_arg); in clock_highres_timer_lwpbind()
H A Dclock_realtime.c74 timeout_id_t *tidp = it->it_arg; in clock_realtime_fire()
151 timeout_id_t *tidp = it->it_arg; in clock_realtime_fire_first()
176 it->it_arg = kmem_zalloc(sizeof (timeout_id_t), KM_SLEEP); in clock_realtime_timer_create()
185 timeout_id_t tid, *tidp = it->it_arg; in clock_realtime_timer_settime()
280 timeout_id_t tid, *tidp = it->it_arg; in clock_realtime_timer_delete()
/titanic_41/usr/src/uts/common/sys/
H A Dtimer.h63 void *it_arg; member