Home
last modified time | relevance | path

Searched refs:tty_debug_wait_until_sent (Results 1 – 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/drivers/tty/
Dtty_ioctl.c31 # define tty_debug_wait_until_sent(tty, f, args...) tty_debug(tty, f, ##args) macro
33 # define tty_debug_wait_until_sent(tty, f, args...) do {} while (0) macro
220 tty_debug_wait_until_sent(tty, "wait until sent, timeout=%ld\n", timeout); in tty_wait_until_sent()