Searched refs:upid (Results 1 – 2 of 2) sorted by relevance
| /linux/kernel/ |
| H A D | exit.c | 1736 int kernel_waitid_prepare(struct wait_opts *wo, int which, pid_t upid, in kernel_waitid_prepare() argument 1756 if (upid <= 0) in kernel_waitid_prepare() 1759 pid = find_get_pid(upid); in kernel_waitid_prepare() 1763 if (upid < 0) in kernel_waitid_prepare() 1766 if (upid) in kernel_waitid_prepare() 1767 pid = find_get_pid(upid); in kernel_waitid_prepare() 1773 if (upid < 0) in kernel_waitid_prepare() 1776 pid = pidfd_get_pid(upid, &f_flags); in kernel_waitid_prepare() 1796 static long kernel_waitid(int which, pid_t upid, struct waitid_info *infop, in kernel_waitid() argument 1802 ret = kernel_waitid_prepare(&wo, which, upid, infop, options, ru); in kernel_waitid() [all …]
|
| H A D | exit.h | 27 int kernel_waitid_prepare(struct wait_opts *wo, int which, pid_t upid,
|