Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/tty/
A Dtty_jobctrl.c36 struct pid *pgrp, *tty_pgrp; in __tty_check_change() local
46 tty_pgrp = tty->ctrl.pgrp; in __tty_check_change()
49 if (tty_pgrp && pgrp != tty_pgrp) { in __tty_check_change()
63 if (!tty_pgrp) in __tty_check_change()
200 struct pid *tty_pgrp = NULL; in tty_signal_session_leader() local
222 tty_pgrp = get_pid(tty->ctrl.pgrp); in tty_signal_session_leader()
232 if (tty_pgrp) { in tty_signal_session_leader()
235 put_pid(tty_pgrp); in tty_signal_session_leader()
279 if (tty_pgrp) { in disassociate_ctty()
280 kill_pgrp(tty_pgrp, SIGHUP, on_exit); in disassociate_ctty()
[all …]
A Dn_tty.c1079 struct pid *tty_pgrp = tty_get_pgrp(tty); in __isig() local
1080 if (tty_pgrp) { in __isig()
1081 kill_pgrp(tty_pgrp, sig, 1); in __isig()
1082 put_pid(tty_pgrp); in __isig()
/linux-6.3-rc2/fs/proc/
A Darray.c457 int tty_pgrp = -1, tty_nr = 0; in do_task_stat() local
507 tty_pgrp = pid_nr_ns(pgrp, ns); in do_task_stat()
574 seq_put_decimal_ll(m, " ", tty_pgrp); in do_task_stat()
/linux-6.3-rc2/Documentation/filesystems/
A Dproc.rst339 tty_pgrp pgrp of the tty

Completed in 15 milliseconds