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()
575 ts.tv_sec = sb->sb_timeo.tv_sec; in sbwait()576 ts.tv_nsec = sb->sb_timeo.tv_usec * 1000; in sbwait()2900 xsb->sb_timeo = (short) in sbtoxsockbuf()2901 ((sb->sb_timeo.tv_sec * hz) + sb->sb_timeo.tv_usec / tick); in sbtoxsockbuf()2902 if (xsb->sb_timeo == 0 && sb->sb_timeo.tv_usec != 0) { in sbtoxsockbuf()2903 xsb->sb_timeo = 1; in sbtoxsockbuf()
1151 .tv_sec = so->so_snd.sb_timeo.tv_sec, in vsock_connect()1152 .tv_nsec = so->so_snd.sb_timeo.tv_usec * 1000, in vsock_connect()
4656 sb->sb_timeo.tv_sec = 0; in sorflush()4657 sb->sb_timeo.tv_usec = 0; in sorflush()5093 so->so_snd.sb_timeo = tv; in sosetoptlock()5096 so->so_rcv.sb_timeo = tv; in sosetoptlock()6085 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()
185 struct timeval sb_timeo; /* timeout for read/write */ member443 short sb_timeo; member553 short sb_timeo; member