Searched refs:SAK_work (Results 1 - 6 of 6) sorted by relevance

/drivers/tty/
H A Dsysrq.c97 struct work_struct *SAK_work = &vc_cons[fg_console].SAK_work; local
98 schedule_work(SAK_work);
H A Dtty_ldisc.c526 flush_work_sync(&tty->SAK_work);
H A Dtty_io.c2878 container_of(work, struct tty_struct, SAK_work);
2883 * The tq handling here is a little racy - tty->SAK_work may already be queued.
2884 * Fortunately we don't need to worry, because if ->SAK_work is already queued,
2892 schedule_work(&tty->SAK_work);
2944 INIT_WORK(&tty->SAK_work, do_SAK_work);
/drivers/tty/vt/
H A Dkeyboard.c639 struct work_struct *SAK_work = &vc_cons[fg_console].SAK_work; local
640 schedule_work(SAK_work);
H A Dvt_ioctl.c1031 container_of(work, struct vc, SAK_work);
H A Dvt.c794 INIT_WORK(&vc_cons[currcons].SAK_work, vc_SAK);
2921 INIT_WORK(&vc_cons[currcons].SAK_work, vc_SAK);

Completed in 148 milliseconds