tag | line | file | source code |
closing_wait | 1456 | drivers/char/serial.c | tmp.closing_wait = info->closing_wait; |
closing_wait | 1524 | drivers/char/serial.c | info->closing_wait = new_serial.closing_wait; |
closing_wait | 2035 | drivers/char/serial.c | if (info->closing_wait != ASYNC_CLOSING_WAIT_NONE) |
closing_wait | 2036 | drivers/char/serial.c | tty_wait_until_sent(tty, info->closing_wait); |
closing_wait | 2637 | drivers/char/serial.c | info->closing_wait = 3000; |
closing_wait | 25 | include/linux/serial.h | unsigned short closing_wait; /* time to wait before closing */ |
closing_wait | 126 | include/linux/serial.h | unsigned short closing_wait; |