Lines Matching defs:char_time
1304 unsigned long orig_jiffies, char_time;
1320 char_time = (info->timeout - HZ/50) / info->xmit_fifo_size;
1321 char_time = char_time / 5;
1322 if (char_time == 0)
1323 char_time = 1;
1325 char_time = min_t(unsigned long, char_time, timeout);
1338 printk("In rs_wait_until_sent(%d) check=%lu...", timeout, char_time);
1345 msleep_interruptible(jiffies_to_msecs(char_time));