Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/tty/
A Dtty_io.c671 container_of(work, struct tty_struct, hangup_work); in do_tty_hangup()
686 schedule_work(&tty->hangup_work); in tty_hangup()
1500 flush_work(&tty->hangup_work); in tty_flush_works()
1503 flush_work(&tty->link->hangup_work); in tty_flush_works()
1525 container_of(work, struct tty_struct, hangup_work); in release_one_tty()
1551 INIT_WORK(&tty->hangup_work, release_one_tty); in queue_release_one_tty()
1552 schedule_work(&tty->hangup_work); in queue_release_one_tty()
3108 INIT_WORK(&tty->hangup_work, do_tty_hangup); in alloc_tty_struct()
/linux-6.3-rc2/include/linux/
A Dtty.h238 struct work_struct hangup_work; member

Completed in 11 milliseconds