| /Linux-v5.15/block/ |
| D | ioprio.c | 123 do_each_pid_thread(pgrp, PIDTYPE_PGID, p) { in SYSCALL_DEFINE3() 129 } while_each_pid_thread(pgrp, PIDTYPE_PGID, p); in SYSCALL_DEFINE3() 216 do_each_pid_thread(pgrp, PIDTYPE_PGID, p) { in SYSCALL_DEFINE2() 224 } while_each_pid_thread(pgrp, PIDTYPE_PGID, p); in SYSCALL_DEFINE2()
|
| /Linux-v5.15/tools/testing/selftests/sched/ |
| D | cs_prctl_test.c | 61 enum pid_type {PIDTYPE_PID = 0, PIDTYPE_TGID, PIDTYPE_PGID}; enumerator 269 if (_prctl(PR_SCHED_CORE, PR_SCHED_CORE_CREATE, 0, PIDTYPE_PGID, 0) < 0) in main() 312 if (_prctl(PR_SCHED_CORE, PR_SCHED_CORE_SHARE_TO, 0, PIDTYPE_PGID, 0) < 0) in main()
|
| /Linux-v5.15/kernel/ |
| D | exit.c | 78 detach_pid(p, PIDTYPE_PGID); in __unhash_process() 274 do_each_pid_task(pgrp, PIDTYPE_PGID, p) { in will_become_orphaned_pgrp() 283 } while_each_pid_task(pgrp, PIDTYPE_PGID, p); in will_become_orphaned_pgrp() 303 do_each_pid_task(pgrp, PIDTYPE_PGID, p) { in has_stopped_jobs() 306 } while_each_pid_task(pgrp, PIDTYPE_PGID, p); in has_stopped_jobs() 1570 type = PIDTYPE_PGID; in kernel_waitid() 1577 pid = get_task_pid(current, PIDTYPE_PGID); in kernel_waitid() 1661 type = PIDTYPE_PGID; in kernel_wait4() 1664 type = PIDTYPE_PGID; in kernel_wait4() 1665 pid = get_task_pid(current, PIDTYPE_PGID); in kernel_wait4()
|
| D | sys.c | 238 do_each_pid_thread(pgrp, PIDTYPE_PGID, p) { in SYSCALL_DEFINE3() 240 } while_each_pid_thread(pgrp, PIDTYPE_PGID, p); in SYSCALL_DEFINE3() 304 do_each_pid_thread(pgrp, PIDTYPE_PGID, p) { in SYSCALL_DEFINE2() 308 } while_each_pid_thread(pgrp, PIDTYPE_PGID, p); in SYSCALL_DEFINE2() 1090 g = pid_task(pgrp, PIDTYPE_PGID); in SYSCALL_DEFINE2() 1100 change_pid(p, PIDTYPE_PGID, pgrp); in SYSCALL_DEFINE2() 1188 change_pid(curr, PIDTYPE_PGID, pid); in set_special_pids() 1206 if (pid_task(sid, PIDTYPE_PGID)) in ksys_setsid()
|
| D | signal.c | 1449 do_each_pid_task(pgrp, PIDTYPE_PGID, p) { in __kill_pgrp_info() 1450 int err = group_send_sig_info(sig, info, p, PIDTYPE_PGID); in __kill_pgrp_info() 1453 } while_each_pid_task(pgrp, PIDTYPE_PGID, p); in __kill_pgrp_info()
|
| D | fork.c | 2366 init_task_pid(p, PIDTYPE_PGID, task_pgrp(current)); in copy_process() 2385 attach_pid(p, PIDTYPE_PGID); in copy_process()
|
| /Linux-v5.15/include/linux/ |
| D | pid.h | 13 PIDTYPE_PGID, enumerator
|
| D | sched.h | 1564 return __task_pid_nr_ns(tsk, PIDTYPE_PGID, ns); in task_pgrp_nr_ns() 1569 return __task_pid_nr_ns(tsk, PIDTYPE_PGID, NULL); in task_pgrp_vnr()
|
| /Linux-v5.15/fs/ |
| D | fcntl.c | 126 type = PIDTYPE_PGID; in f_setown() 158 if (filp->f_owner.pid_type == PIDTYPE_PGID) in f_getown() 188 type = PIDTYPE_PGID; in f_setown_ex() 226 case PIDTYPE_PGID: in f_getown_ex()
|
| D | exec.c | 1126 transfer_pid(leader, tsk, PIDTYPE_PGID); in de_thread()
|
| /Linux-v5.15/kernel/sched/ |
| D | core_sched.c | 137 if (type > PIDTYPE_PGID || cmd >= PR_SCHED_CORE_MAX || pid < 0 || in sched_core_share_pid()
|
| /Linux-v5.15/init/ |
| D | init_task.c | 40 [PIDTYPE_PGID] = &init_struct_pid,
|
| /Linux-v5.15/fs/autofs/ |
| D | inode.c | 312 sbi->oz_pgrp = get_task_pid(current, PIDTYPE_PGID); in autofs_fill_super()
|
| D | dev-ioctl.c | 358 new_pid = get_task_pid(current, PIDTYPE_PGID); in autofs_dev_ioctl_setpipefd()
|
| /Linux-v5.15/drivers/tty/ |
| D | tty_jobctrl.c | 441 p = pid_task(pgrp, PIDTYPE_PGID); in session_of_pgrp()
|
| D | tty_io.c | 2252 type = PIDTYPE_PGID; in __tty_fasync()
|
| /Linux-v5.15/include/linux/sched/ |
| D | signal.h | 654 return task->signal->pids[PIDTYPE_PGID]; in task_pgrp()
|