Lines Matching defs:char_time
1608 int char_time;
1625 char_time = (info->timeout - HZ / 50) / info->xmit_fifo_size;
1626 char_time = char_time / 5;
1627 if (char_time <= 0)
1628 char_time = 1;
1632 char_time = min(char_time, timeout);
1648 if (msleep_interruptible(jiffies_to_msecs(char_time)))
1656 msleep_interruptible(jiffies_to_msecs(char_time * 5));