Lines Matching full:leader
91 * Only callable by the session leader and only if it does not already have
136 if (current->signal->leader && in tty_open_proc_set_tty()
185 * tty_signal_session_leader - sends SIGHUP to session leader
189 * Send SIGHUP and SIGCONT to the session leader and its process group.
214 if (!p->signal->leader) { in tty_signal_session_leader()
245 * This function is typically called only by the session leader, when
269 if (!current->signal->leader) in disassociate_ctty()
358 * leader to set this tty as the controlling tty for the session.
372 if (current->signal->leader && in tiocsctty()
377 * The process must be a session leader and in tiocsctty()
380 if (!current->signal->leader || current->signal->tty) { in tiocsctty()