Home
last modified time | relevance | path

Searched refs:cons_filp (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/tty/
H A Dtty_io.c569 struct file *cons_filp = NULL; in __tty_hangup() local
611 cons_filp = filp; in __tty_hangup()
625 tty_ldisc_hangup(tty, cons_filp != NULL); in __tty_hangup()
643 if (cons_filp) { in __tty_hangup()
646 tty->ops->close(tty, cons_filp); in __tty_hangup()
/kernel/linux/linux-6.6/drivers/tty/
H A Dtty_io.c579 struct file *cons_filp = NULL; in __tty_hangup() local
616 cons_filp = filp; in __tty_hangup()
630 tty_ldisc_hangup(tty, cons_filp != NULL); in __tty_hangup()
648 if (cons_filp) { in __tty_hangup()
651 tty->ops->close(tty, cons_filp); in __tty_hangup()

Completed in 8 milliseconds