Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/sockfs/
H A Dsockcommon.h87 if ((so)->so_rcv_timer_tid != 0) { \
88 tid = (so)->so_rcv_timer_tid; \
89 (so)->so_rcv_timer_tid = 0; \
101 (so)->so_rcv_timer_tid = timeout(so_timer_callback, \
H A Dsockcommon.c471 so->so_rcv_timer_tid = 0; in sonode_constructor()
632 if (so->so_rcv_timer_tid) { in sonode_fini()
634 (void) untimeout(so->so_rcv_timer_tid); in sonode_fini()
635 so->so_rcv_timer_tid = 0; in sonode_fini()
H A Dsockcommon_subr.c733 (so->so_rcv_timer_tid == 0 || in so_dequeue_msg()
1879 so->so_rcv_timer_tid = 0; in so_timer_callback()
H A Dsockcommon_sops.c1385 } else if (so->so_rcv_timer_tid == 0) { in so_queue_msg_impl()
/titanic_41/usr/src/uts/common/sys/
H A Dsocketvar.h211 timeout_id_t so_rcv_timer_tid; member
255 ((so)->so_rcv_timer_tid == 0 && ((so)->so_rcv_head != NULL || \