Searched defs:upid (Results 1 – 2 of 2) sorted by relevance
/kernel/ |
D | pid.c | 132 struct upid *upid = pid->numbers + i; in free_pid() local 166 struct upid *upid; in alloc_pid() local 407 struct upid *upid; in pid_nr_ns() local
|
D | exit.c | 1490 static long kernel_waitid(int which, pid_t upid, struct waitid_info *infop, in kernel_waitid() 1549 SYSCALL_DEFINE5(waitid, int, which, pid_t, upid, struct siginfo __user *, in SYSCALL_DEFINE5() argument 1582 long kernel_wait4(pid_t upid, int __user *stat_addr, int options, in kernel_wait4() 1625 SYSCALL_DEFINE4(wait4, pid_t, upid, int __user *, stat_addr, in SYSCALL_DEFINE4() argument
|