Searched refs:un_hib_tid (Results 1 – 2 of 2) sorted by relevance
1019 timeout_id_t un_hib_tid; /* handle interrupt busy tid */ member
929 un->un_hib_tid = timeout(st_intr_restart, un, in st_attach()1361 if (un->un_hib_tid) { in st_detach()1362 (void) untimeout(un->un_hib_tid); in st_detach()1363 un->un_hib_tid = 0; in st_detach()1540 if (un->un_hib_tid) { in st_detach()1541 timeout_id_t temp_id = un->un_hib_tid; in st_detach()1542 un->un_hib_tid = 0; in st_detach()9127 un->un_hib_tid = 0; in st_intr_restart()10178 un->un_hib_tid = timeout(st_intr_restart, un, timeout_interval); in st_handle_intr_busy()