Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/
Dtty_io.c757 container_of(work, struct tty_struct, hangup_work); in do_tty_hangup()
776 schedule_work(&tty->hangup_work); in tty_hangup()
1607 flush_work(&tty->hangup_work); in tty_flush_works()
1610 flush_work(&tty->link->hangup_work); in tty_flush_works()
1632 container_of(work, struct tty_struct, hangup_work); in release_one_tty()
1658 INIT_WORK(&tty->hangup_work, release_one_tty); in queue_release_one_tty()
1659 schedule_work(&tty->hangup_work); in queue_release_one_tty()
3164 INIT_WORK(&tty->hangup_work, do_tty_hangup); in alloc_tty_struct()
/linux-4.1.27/include/linux/
Dtty.h303 struct work_struct hangup_work; member