Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/intel/io/dktp/hba/ghd/
H A Dghd_timer.c299 tmrp->t_timeout_id = timeout(ghd_timeout, (void *)tmrp, resched); in ghd_timeout()
710 tmrp->t_timeout_id = timeout(ghd_timeout, (void *)tmrp, in ghd_timeout_enable()
723 (void) untimeout(tmrp->t_timeout_id); in ghd_timeout_disable()
H A Dghd.h151 timeout_id_t t_timeout_id; /* handle for timeout() function */ member
/titanic_44/usr/src/uts/sun/sys/dada/adapters/ghd/
H A Dghd.h134 timeout_id_t t_timeout_id; /* handle for timeout() function */ member
140 _NOTE(MUTEX_PROTECTS_DATA(tmr_t::t_mutex, tmr_t::t_timeout_id))