Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/tty/
Dtty_io.c664 container_of(work, struct tty_struct, hangup_work); in do_tty_hangup()
680 schedule_work(&tty->hangup_work); in tty_hangup()
1507 flush_work(&tty->hangup_work); in tty_flush_works()
1510 flush_work(&tty->link->hangup_work); in tty_flush_works()
1532 container_of(work, struct tty_struct, hangup_work); in release_one_tty()
1558 INIT_WORK(&tty->hangup_work, release_one_tty); in queue_release_one_tty()
1559 schedule_work(&tty->hangup_work); in queue_release_one_tty()
3090 INIT_WORK(&tty->hangup_work, do_tty_hangup); in alloc_tty_struct()
/kernel/linux/linux-5.10/include/linux/
Dtty.h330 struct work_struct hangup_work; member