Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/tty/
Dtty_io.c664 container_of(work, struct tty_struct, hangup_work); in do_tty_hangup()
679 schedule_work(&tty->hangup_work); in tty_hangup()
1501 flush_work(&tty->hangup_work); in tty_flush_works()
1504 flush_work(&tty->link->hangup_work); in tty_flush_works()
1526 container_of(work, struct tty_struct, hangup_work); in release_one_tty()
1552 INIT_WORK(&tty->hangup_work, release_one_tty); in queue_release_one_tty()
1553 schedule_work(&tty->hangup_work); in queue_release_one_tty()
3134 INIT_WORK(&tty->hangup_work, do_tty_hangup); in alloc_tty_struct()
/linux-6.12.1/include/linux/
Dtty.h233 struct work_struct hangup_work; member