Searched refs:PIDTYPE_PGID (Results 1 – 13 of 13) sorted by relevance
/linux-4.4.14/block/ |
D | ioprio.c | 107 do_each_pid_thread(pgrp, PIDTYPE_PGID, p) { in SYSCALL_DEFINE3() 111 } while_each_pid_thread(pgrp, PIDTYPE_PGID, p); in SYSCALL_DEFINE3() 203 do_each_pid_thread(pgrp, PIDTYPE_PGID, p) { in SYSCALL_DEFINE2() 211 } while_each_pid_thread(pgrp, PIDTYPE_PGID, p); in SYSCALL_DEFINE2()
|
/linux-4.4.14/kernel/ |
D | exit.c | 69 detach_pid(p, PIDTYPE_PGID); in __unhash_process() 227 do_each_pid_task(pgrp, PIDTYPE_PGID, p) { in will_become_orphaned_pgrp() 236 } while_each_pid_task(pgrp, PIDTYPE_PGID, p); in will_become_orphaned_pgrp() 256 do_each_pid_task(pgrp, PIDTYPE_PGID, p) { in has_stopped_jobs() 259 } while_each_pid_task(pgrp, PIDTYPE_PGID, p); in has_stopped_jobs() 1554 type = PIDTYPE_PGID; in SYSCALL_DEFINE5() 1614 type = PIDTYPE_PGID; in SYSCALL_DEFINE4() 1617 type = PIDTYPE_PGID; in SYSCALL_DEFINE4() 1618 pid = get_task_pid(current, PIDTYPE_PGID); in SYSCALL_DEFINE4()
|
D | sys.c | 210 do_each_pid_thread(pgrp, PIDTYPE_PGID, p) { in SYSCALL_DEFINE3() 212 } while_each_pid_thread(pgrp, PIDTYPE_PGID, p); in SYSCALL_DEFINE3() 276 do_each_pid_thread(pgrp, PIDTYPE_PGID, p) { in SYSCALL_DEFINE2() 280 } while_each_pid_thread(pgrp, PIDTYPE_PGID, p); in SYSCALL_DEFINE2() 970 g = pid_task(pgrp, PIDTYPE_PGID); in SYSCALL_DEFINE2() 980 change_pid(p, PIDTYPE_PGID, pgrp); in SYSCALL_DEFINE2() 1063 change_pid(curr, PIDTYPE_PGID, pid); in set_special_pids() 1081 if (pid_task(sid, PIDTYPE_PGID)) in SYSCALL_DEFINE0()
|
D | fork.c | 1578 init_task_pid(p, PIDTYPE_PGID, task_pgrp(current)); in copy_process() 1590 attach_pid(p, PIDTYPE_PGID); in copy_process()
|
D | signal.c | 1280 do_each_pid_task(pgrp, PIDTYPE_PGID, p) { in __kill_pgrp_info() 1284 } while_each_pid_task(pgrp, PIDTYPE_PGID, p); in __kill_pgrp_info()
|
/linux-4.4.14/include/linux/ |
D | init_task.h | 244 [PIDTYPE_PGID] = INIT_PID_LINK(PIDTYPE_PGID), \
|
D | pid.h | 9 PIDTYPE_PGID, enumerator
|
D | sched.h | 1889 return task->group_leader->pids[PIDTYPE_PGID].pid; in task_pgrp() 1966 return __task_pid_nr_ns(tsk, PIDTYPE_PGID, ns); in task_pgrp_nr_ns() 1971 return __task_pid_nr_ns(tsk, PIDTYPE_PGID, NULL); in task_pgrp_vnr()
|
/linux-4.4.14/fs/ |
D | fcntl.c | 116 type = PIDTYPE_PGID; in f_setown() 136 if (filp->f_owner.pid_type == PIDTYPE_PGID) in f_getown() 164 type = PIDTYPE_PGID; in f_setown_ex() 199 case PIDTYPE_PGID: in f_getown_ex()
|
D | exec.c | 985 transfer_pid(leader, tsk, PIDTYPE_PGID); in de_thread()
|
/linux-4.4.14/fs/autofs4/ |
D | inode.c | 281 sbi->oz_pgrp = get_task_pid(current, PIDTYPE_PGID); in autofs4_fill_super()
|
D | dev-ioctl.c | 370 new_pid = get_task_pid(current, PIDTYPE_PGID); in autofs_dev_ioctl_setpipefd()
|
/linux-4.4.14/drivers/tty/ |
D | tty_io.c | 2235 type = PIDTYPE_PGID; in __tty_fasync() 2532 p = pid_task(pgrp, PIDTYPE_PGID); in session_of_pgrp()
|