Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon.h88 if ((so)->so_rcv_timer_tid != 0) { \
89 tid = (so)->so_rcv_timer_tid; \
90 (so)->so_rcv_timer_tid = 0; \
102 (so)->so_rcv_timer_tid = timeout(so_timer_callback, \
H A Dsockcommon.c475 so->so_rcv_timer_tid = 0; in sonode_constructor()
639 if (so->so_rcv_timer_tid) { in sonode_fini()
641 (void) untimeout(so->so_rcv_timer_tid); in sonode_fini()
642 so->so_rcv_timer_tid = 0; in sonode_fini()
H A Dsockcommon_subr.c734 (so->so_rcv_timer_tid == 0 || in so_dequeue_msg()
1882 so->so_rcv_timer_tid = 0; in so_timer_callback()
H A Dsockcommon_sops.c1387 } else if (so->so_rcv_timer_tid == 0) { in so_queue_msg_impl()
/illumos-gate/usr/src/uts/common/sys/
H A Dsocketvar.h214 timeout_id_t so_rcv_timer_tid; member
262 ((so)->so_rcv_timer_tid == 0 && ((so)->so_rcv_head != NULL || \