Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/
H A Dmi.c84 queue_t *mtb_q; member
1095 mtb->mtb_q = q; in mi_timer()
1162 mtb->mtb_q = NULL; in mi_timer_alloc()
1219 ASSERT(mtb->mtb_q == NULL || mtb->mtb_q->q_first != mp); in mi_timer_free()
1249 rmvq(mtb->mtb_q, mp); in mi_timer_move()
1252 mtb->mtb_q = q; in mi_timer_move()
1256 mtb->mtb_q = q; in mi_timer_move()
1266 rmvq(mtb->mtb_q, mp); in mi_timer_move()
1269 mtb->mtb_q = q; in mi_timer_move()
1270 (void) putq(mtb->mtb_q, mp); in mi_timer_move()
[all …]