tag | line | file | source code |
closing_wait | 256 | drivers/char/istallion.c | int closing_wait; |
closing_wait | 1021 | drivers/char/istallion.c | if (portp->closing_wait != ASYNC_CLOSING_WAIT_NONE) |
closing_wait | 1022 | drivers/char/istallion.c | tty_wait_until_sent(tty, portp->closing_wait); |
closing_wait | 1793 | drivers/char/istallion.c | sio.closing_wait = portp->closing_wait; |
closing_wait | 1833 | drivers/char/istallion.c | portp->closing_wait = sio.closing_wait; |
closing_wait | 2861 | drivers/char/istallion.c | portp->closing_wait = 30 * HZ; |
closing_wait | 1485 | drivers/char/serial.c | tmp.closing_wait = info->closing_wait; |
closing_wait | 1553 | drivers/char/serial.c | info->closing_wait = new_serial.closing_wait * HZ/100; |
closing_wait | 2132 | drivers/char/serial.c | if (info->closing_wait != ASYNC_CLOSING_WAIT_NONE) |
closing_wait | 2133 | drivers/char/serial.c | tty_wait_until_sent(tty, info->closing_wait); |
closing_wait | 2743 | drivers/char/serial.c | info->closing_wait = 30*HZ; |
closing_wait | 231 | drivers/char/stallion.c | int closing_wait; |
closing_wait | 827 | drivers/char/stallion.c | if (portp->closing_wait != ASYNC_CLOSING_WAIT_NONE) |
closing_wait | 828 | drivers/char/stallion.c | tty_wait_until_sent(tty, portp->closing_wait); |
closing_wait | 1113 | drivers/char/stallion.c | sio.closing_wait = portp->closing_wait; |
closing_wait | 1152 | drivers/char/stallion.c | portp->closing_wait = sio.closing_wait; |
closing_wait | 2460 | drivers/char/stallion.c | portp->closing_wait = 30 * HZ; |
closing_wait | 25 | include/linux/serial.h | unsigned short closing_wait; /* time to wait before closing */ |
closing_wait | 147 | include/linux/serial.h | unsigned short closing_wait; |