Searched refs:sb_timeo (Results 1 – 6 of 6) sorted by relevance
64 sbi->sbi_timeo = (short)((sb->sb_timeo.tv_sec * hz) + in fill_sockbuf_info()65 sb->sb_timeo.tv_usec / tick); in fill_sockbuf_info()66 if (sbi->sbi_timeo == 0 && sb->sb_timeo.tv_usec != 0) { in fill_sockbuf_info()
572 ts.tv_sec = sb->sb_timeo.tv_sec; in sbwait()573 ts.tv_nsec = sb->sb_timeo.tv_usec * 1000; in sbwait()2815 xsb->sb_timeo = (short) in sbtoxsockbuf()2816 ((sb->sb_timeo.tv_sec * hz) + sb->sb_timeo.tv_usec / tick); in sbtoxsockbuf()2817 if (xsb->sb_timeo == 0 && sb->sb_timeo.tv_usec != 0) { in sbtoxsockbuf()2818 xsb->sb_timeo = 1; in sbtoxsockbuf()
1126 .tv_sec = so->so_snd.sb_timeo.tv_sec, in vsock_connect()1127 .tv_nsec = so->so_snd.sb_timeo.tv_usec * 1000, in vsock_connect()
4857 sb->sb_timeo.tv_sec = 0; in sorflush()4858 sb->sb_timeo.tv_usec = 0; in sorflush()5224 so->so_snd.sb_timeo = tv; in sosetoptlock()5227 so->so_rcv.sb_timeo = tv; in sosetoptlock()6143 so->so_snd.sb_timeo : so->so_rcv.sb_timeo); in sogetoptlock()
159 xsb->sb_timeo = (short)((sb->sb_timeo.tv_sec * hz) + in sbtoxsockbuf_n()160 sb->sb_timeo.tv_usec / tick); in sbtoxsockbuf_n()161 if (xsb->sb_timeo == 0 && sb->sb_timeo.tv_usec != 0) { in sbtoxsockbuf_n()162 xsb->sb_timeo = 1; in sbtoxsockbuf_n()
176 struct timeval sb_timeo; /* timeout for read/write */ member422 short sb_timeo; member517 short sb_timeo; member