Lines Matching defs:timeout
161 int timeout;
174 struct timer_list tx_timer; /* HDLC transmit timeout timer */
514 static void wait_until_sent(struct tty_struct *tty, int timeout);
816 wait_until_sent(tty, info->timeout);
1049 static void wait_until_sent(struct tty_struct *tty, int timeout)
1071 * interval should also be less than the timeout.
1076 char_time = info->timeout/(32 * 5);
1082 if (timeout)
1083 char_time = min_t(unsigned long, char_time, timeout);
1090 if (timeout && time_after(jiffies, orig_jiffies + timeout))
1102 if (timeout && time_after(jiffies, orig_jiffies + timeout))
1599 /* save start time for transmit timeout detection */
1804 * hdlcdev_tx_timeout - called by network layer when transmit timeout is detected
2793 info->timeout = (32*HZ*bits_per_char) /
2796 info->timeout += HZ/50; /* Add .02 seconds of slop */
5071 unsigned long timeout;
5106 timeout=100;
5107 while( timeout-- && !info->irq_occurred ) {
5224 unsigned long timeout;
5256 /* Set a timeout for waiting for interrupt. */
5257 for ( timeout = 100; timeout; --timeout ) {