Lines Matching defs:timeo
638 long timeo;
645 timeo = sock_rcvtimeo(sk, nonblock);
647 rdsdebug("size %zu flags 0x%x timeo %ld\n", size, msg_flags, timeo);
674 timeo = wait_event_interruptible_timeout(*sk_sleep(sk),
677 rds_next_incoming(rs, &inc)), timeo);
678 rdsdebug("recvmsg woke inc %p timeo %ld\n", inc,
679 timeo);
680 if (timeo > 0 || timeo == MAX_SCHEDULE_TIMEOUT)
683 ret = timeo;