Lines Matching defs:timeo
639 long timeo;
646 timeo = sock_rcvtimeo(sk, nonblock);
648 rdsdebug("size %zu flags 0x%x timeo %ld\n", size, msg_flags, timeo);
675 timeo = wait_event_interruptible_timeout(*sk_sleep(sk),
678 rds_next_incoming(rs, &inc)), timeo);
679 rdsdebug("recvmsg woke inc %p timeo %ld\n", inc,
680 timeo);
681 if (timeo > 0 || timeo == MAX_SCHEDULE_TIMEOUT)
684 ret = timeo;