Lines Matching defs:char_time
1400 unsigned long expire, char_time;
1416 char_time = (info->timeout - HZ / 50) / info->xmit_fifo_size;
1417 char_time = char_time / 5;
1418 if (char_time == 0)
1419 char_time = 1;
1420 if (timeout && timeout < char_time)
1421 char_time = timeout;
1423 char_time = jiffies_to_msecs(char_time);
1440 msleep_interruptible(char_time);