char_time 2361 drivers/char/pcmcia/synclink_cs.c unsigned long orig_jiffies, char_time; char_time 2385 drivers/char/pcmcia/synclink_cs.c char_time = info->timeout/(32 * 5); char_time 2386 drivers/char/pcmcia/synclink_cs.c if (!char_time) char_time 2387 drivers/char/pcmcia/synclink_cs.c char_time++; char_time 2389 drivers/char/pcmcia/synclink_cs.c char_time = 1; char_time 2392 drivers/char/pcmcia/synclink_cs.c char_time = min_t(unsigned long, char_time, timeout); char_time 2396 drivers/char/pcmcia/synclink_cs.c msleep_interruptible(jiffies_to_msecs(char_time)); char_time 2405 drivers/char/pcmcia/synclink_cs.c msleep_interruptible(jiffies_to_msecs(char_time)); char_time 1379 drivers/tty/amiserial.c unsigned long orig_jiffies, char_time; char_time 1398 drivers/tty/amiserial.c char_time = (info->timeout - HZ/50) / info->xmit_fifo_size; char_time 1399 drivers/tty/amiserial.c char_time = char_time / 5; char_time 1400 drivers/tty/amiserial.c if (char_time == 0) char_time 1401 drivers/tty/amiserial.c char_time = 1; char_time 1403 drivers/tty/amiserial.c char_time = min_t(unsigned long, char_time, timeout); char_time 1416 drivers/tty/amiserial.c printk("In rs_wait_until_sent(%d) check=%lu...", timeout, char_time); char_time 1423 drivers/tty/amiserial.c msleep_interruptible(jiffies_to_msecs(char_time)); char_time 1608 drivers/tty/cyclades.c int char_time; char_time 1625 drivers/tty/cyclades.c char_time = (info->timeout - HZ / 50) / info->xmit_fifo_size; char_time 1626 drivers/tty/cyclades.c char_time = char_time / 5; char_time 1627 drivers/tty/cyclades.c if (char_time <= 0) char_time 1628 drivers/tty/cyclades.c char_time = 1; char_time 1632 drivers/tty/cyclades.c char_time = min(char_time, timeout); char_time 1648 drivers/tty/cyclades.c if (msleep_interruptible(jiffies_to_msecs(char_time))) char_time 1656 drivers/tty/cyclades.c msleep_interruptible(jiffies_to_msecs(char_time * 5)); char_time 1976 drivers/tty/mxser.c unsigned long orig_jiffies, char_time; char_time 1995 drivers/tty/mxser.c char_time = (info->timeout - HZ / 50) / info->xmit_fifo_size; char_time 1996 drivers/tty/mxser.c char_time = char_time / 5; char_time 1997 drivers/tty/mxser.c if (char_time == 0) char_time 1998 drivers/tty/mxser.c char_time = 1; char_time 1999 drivers/tty/mxser.c if (timeout && timeout < char_time) char_time 2000 drivers/tty/mxser.c char_time = timeout; char_time 2016 drivers/tty/mxser.c schedule_timeout_interruptible(char_time); char_time 918 drivers/tty/serial/serial-tegra.c unsigned long char_time = DIV_ROUND_UP(10000000, tup->current_baud); char_time 919 drivers/tty/serial/serial-tegra.c unsigned long fifo_empty_time = tup->uport.fifosize * char_time; char_time 1592 drivers/tty/serial/serial_core.c unsigned long char_time, expire; char_time 1611 drivers/tty/serial/serial_core.c char_time = (port->timeout - HZ/50) / port->fifosize; char_time 1612 drivers/tty/serial/serial_core.c char_time = char_time / 5; char_time 1613 drivers/tty/serial/serial_core.c if (char_time == 0) char_time 1614 drivers/tty/serial/serial_core.c char_time = 1; char_time 1615 drivers/tty/serial/serial_core.c if (timeout && timeout < char_time) char_time 1616 drivers/tty/serial/serial_core.c char_time = timeout; char_time 1641 drivers/tty/serial/serial_core.c msleep_interruptible(jiffies_to_msecs(char_time)); char_time 3112 drivers/tty/synclink.c unsigned long orig_jiffies, char_time; char_time 3136 drivers/tty/synclink.c char_time = info->timeout/(32 * 5); char_time 3137 drivers/tty/synclink.c if (!char_time) char_time 3138 drivers/tty/synclink.c char_time++; char_time 3140 drivers/tty/synclink.c char_time = 1; char_time 3143 drivers/tty/synclink.c char_time = min_t(unsigned long, char_time, timeout); char_time 3148 drivers/tty/synclink.c msleep_interruptible(jiffies_to_msecs(char_time)); char_time 3157 drivers/tty/synclink.c msleep_interruptible(jiffies_to_msecs(char_time)); char_time 888 drivers/tty/synclink_gt.c unsigned long orig_jiffies, char_time; char_time 907 drivers/tty/synclink_gt.c char_time = info->timeout/(32 * 5); char_time 908 drivers/tty/synclink_gt.c if (!char_time) char_time 909 drivers/tty/synclink_gt.c char_time++; char_time 911 drivers/tty/synclink_gt.c char_time = 1; char_time 914 drivers/tty/synclink_gt.c char_time = min_t(unsigned long, char_time, timeout); char_time 917 drivers/tty/synclink_gt.c msleep_interruptible(jiffies_to_msecs(char_time)); char_time 1052 drivers/tty/synclinkmp.c unsigned long orig_jiffies, char_time; char_time 1076 drivers/tty/synclinkmp.c char_time = info->timeout/(32 * 5); char_time 1077 drivers/tty/synclinkmp.c if (!char_time) char_time 1078 drivers/tty/synclinkmp.c char_time++; char_time 1080 drivers/tty/synclinkmp.c char_time = 1; char_time 1083 drivers/tty/synclinkmp.c char_time = min_t(unsigned long, char_time, timeout); char_time 1087 drivers/tty/synclinkmp.c msleep_interruptible(jiffies_to_msecs(char_time)); char_time 1099 drivers/tty/synclinkmp.c msleep_interruptible(jiffies_to_msecs(char_time));