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

/linux-master/include/linux/
H A Dpid_types.h9 PIDTYPE_SID, enumerator in enum:pid_type
H A Dpid.h279 return __task_pid_nr_ns(tsk, PIDTYPE_SID, ns);
284 return __task_pid_nr_ns(tsk, PIDTYPE_SID, NULL);
/linux-master/drivers/tty/
H A Dtty_jobctrl.c179 do_each_pid_task(session, PIDTYPE_SID, p) {
181 } while_each_pid_task(session, PIDTYPE_SID, p);
204 do_each_pid_task(tty->ctrl.session, PIDTYPE_SID, p) {
228 } while_each_pid_task(tty->ctrl.session, PIDTYPE_SID, p);
H A Dtty_io.c3044 do_each_pid_task(session, PIDTYPE_SID, p) {
3047 group_send_sig_info(SIGKILL, SEND_SIG_PRIV, p, PIDTYPE_SID);
3048 } while_each_pid_task(session, PIDTYPE_SID, p);
3056 PIDTYPE_SID);
3065 PIDTYPE_SID);
/linux-master/init/
H A Dinit_task.c42 [PIDTYPE_SID] = &init_struct_pid,
/linux-master/include/linux/sched/
H A Dsignal.h694 return task->signal->pids[PIDTYPE_SID];
/linux-master/kernel/
H A Dfork.c2570 init_task_pid(p, PIDTYPE_SID, task_session(current));
2589 attach_pid(p, PIDTYPE_SID);
H A Dexit.c134 detach_pid(p, PIDTYPE_SID);
H A Dsys.c1219 change_pid(curr, PIDTYPE_SID, pid);
/linux-master/fs/
H A Dexec.c1149 transfer_pid(leader, tsk, PIDTYPE_SID);

Completed in 179 milliseconds