Lines Matching defs:char_time
1271 unsigned long orig_jiffies, char_time;
1284 char_time = (info->timeout - HZ/50) / XMIT_FIFO_SIZE;
1285 char_time = char_time / 5;
1286 if (char_time == 0)
1287 char_time = 1;
1289 char_time = min_t(unsigned long, char_time, timeout);
1302 printk("In rs_wait_until_sent(%d) check=%lu...", timeout, char_time);
1309 msleep_interruptible(jiffies_to_msecs(char_time));