Home
last modified time | relevance | path

Searched refs:__tty_check_change (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/tty/
Dtty.h61 int __tty_check_change(struct tty_struct *tty, int sig);
Dtty_jobctrl.c33 int __tty_check_change(struct tty_struct *tty, int sig) in __tty_check_change() function
71 return __tty_check_change(tty, SIGTTOU); in tty_check_change()
Dn_tty.c2044 return __tty_check_change(tty, SIGTTIN); in job_control()