Home
last modified time | relevance | path

Searched refs:tty_pgrp (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/tty/
H A Dtty_jobctrl.c34 struct pid *pgrp, *tty_pgrp; in __tty_check_change() local
44 tty_pgrp = tty->pgrp; in __tty_check_change()
47 if (tty_pgrp && pgrp != tty_pgrp) { in __tty_check_change()
61 if (!tty_pgrp) in __tty_check_change()
195 struct pid *tty_pgrp = NULL; in tty_signal_session_leader() local
215 tty_pgrp = get_pid(tty->pgrp); in tty_signal_session_leader()
224 if (tty_pgrp) { in tty_signal_session_leader()
226 kill_pgrp(tty_pgrp, SIGHUP, exit_session); in tty_signal_session_leader()
227 put_pid(tty_pgrp); in tty_signal_session_leader()
269 struct pid *tty_pgrp = tty_get_pgrp(tty); in disassociate_ctty() local
[all …]
H A Dn_tty.c1109 struct pid *tty_pgrp = tty_get_pgrp(tty); in __isig() local
1110 if (tty_pgrp) { in __isig()
1111 kill_pgrp(tty_pgrp, sig, 1); in __isig()
1112 put_pid(tty_pgrp); in __isig()
/OK3568_Linux_fs/kernel/fs/proc/
H A Darray.c438 int tty_pgrp = -1, tty_nr = 0; in do_task_stat() local
487 tty_pgrp = pid_nr_ns(pgrp, ns); in do_task_stat()
550 seq_put_decimal_ll(m, " ", tty_pgrp); in do_task_stat()
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dproc.rst335 tty_pgrp pgrp of the tty