Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/tty/
H A Dtty.h62 int __tty_check_change(struct tty_struct *tty, int sig);
H A Dtty_jobctrl.c32 int __tty_check_change(struct tty_struct *tty, int sig) in __tty_check_change() function
70 return __tty_check_change(tty, SIGTTOU); in tty_check_change()
H A Dn_tty.c2130 return __tty_check_change(tty, SIGTTIN); in job_control()
/kernel/linux/linux-6.6/drivers/tty/
H A Dtty.h61 int __tty_check_change(struct tty_struct *tty, int sig);
H A Dtty_jobctrl.c23 * __tty_check_change - check for POSIX terminal changes
33 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()
H A Dn_tty.c2127 return __tty_check_change(tty, SIGTTIN); in job_control()

Completed in 8 milliseconds