Searched refs:sb_timeo (Results 1 – 6 of 6) sorted by relevance
66 sbi->sbi_timeo = (short)((sb->sb_timeo.tv_sec * hz) + in fill_sockbuf_info()67 sb->sb_timeo.tv_usec / tick); in fill_sockbuf_info()68 if (sbi->sbi_timeo == 0 && sb->sb_timeo.tv_usec != 0) { in fill_sockbuf_info()
577 ts.tv_sec = sb->sb_timeo.tv_sec; in sbwait()578 ts.tv_nsec = sb->sb_timeo.tv_usec * 1000; in sbwait()2883 xsb->sb_timeo = (short) in sbtoxsockbuf()2884 ((sb->sb_timeo.tv_sec * hz) + sb->sb_timeo.tv_usec / tick); in sbtoxsockbuf()2885 if (xsb->sb_timeo == 0 && sb->sb_timeo.tv_usec != 0) { in sbtoxsockbuf()2886 xsb->sb_timeo = 1; in sbtoxsockbuf()
1246 .tv_sec = so->so_snd.sb_timeo.tv_sec, in vsock_connect()1247 .tv_nsec = so->so_snd.sb_timeo.tv_usec * 1000, in vsock_connect()
4510 sb->sb_timeo.tv_sec = 0; in sorflush()4511 sb->sb_timeo.tv_usec = 0; in sorflush()4947 so->so_snd.sb_timeo = tv; in sosetoptlock()4950 so->so_rcv.sb_timeo = tv; in sosetoptlock()5980 so->so_snd.sb_timeo : so->so_rcv.sb_timeo); in sogetoptlock()
178 xsb->sb_timeo = (short)((sb->sb_timeo.tv_sec * hz) + in sbtoxsockbuf_n()179 sb->sb_timeo.tv_usec / tick); in sbtoxsockbuf_n()180 if (xsb->sb_timeo == 0 && sb->sb_timeo.tv_usec != 0) { in sbtoxsockbuf_n()181 xsb->sb_timeo = 1; in sbtoxsockbuf_n()
179 struct timeval sb_timeo; /* timeout for read/write */ member434 short sb_timeo; member544 short sb_timeo; member