Home
last modified time | relevance | path

Searched refs:PIDTYPE_SID (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/drivers/tty/
H A Dtty_jobctrl.c179 do_each_pid_task(session, PIDTYPE_SID, p) { in session_clear_tty()
181 } while_each_pid_task(session, PIDTYPE_SID, p); in session_clear_tty()
204 do_each_pid_task(tty->ctrl.session, PIDTYPE_SID, p) { in tty_signal_session_leader()
228 } while_each_pid_task(tty->ctrl.session, PIDTYPE_SID, p); in tty_signal_session_leader()
H A Dtty_io.c3020 do_each_pid_task(session, PIDTYPE_SID, p) { in __do_SAK()
3023 group_send_sig_info(SIGKILL, SEND_SIG_PRIV, p, PIDTYPE_SID); in __do_SAK()
3024 } while_each_pid_task(session, PIDTYPE_SID, p); in __do_SAK()
3032 PIDTYPE_SID); in __do_SAK()
3041 PIDTYPE_SID); in __do_SAK()
/openbmc/linux/include/linux/
H A Dpid.h14 PIDTYPE_SID, enumerator
H A Dsched.h1629 return __task_pid_nr_ns(tsk, PIDTYPE_SID, ns); in task_session_nr_ns()
1634 return __task_pid_nr_ns(tsk, PIDTYPE_SID, NULL); in task_session_vnr()
/openbmc/linux/init/
H A Dinit_task.c41 [PIDTYPE_SID] = &init_struct_pid,
/openbmc/linux/include/linux/sched/
H A Dsignal.h699 return task->signal->pids[PIDTYPE_SID]; in task_session()
/openbmc/linux/kernel/
H A Dfork.c2680 init_task_pid(p, PIDTYPE_SID, task_session(current)); in copy_process()
2699 attach_pid(p, PIDTYPE_SID); in copy_process()
H A Dexit.c130 detach_pid(p, PIDTYPE_SID); in __unhash_process()
H A Dsys.c1219 change_pid(curr, PIDTYPE_SID, pid); in set_special_pids()
/openbmc/linux/fs/
H A Dexec.c1133 transfer_pid(leader, tsk, PIDTYPE_SID); in de_thread()