Home
last modified time | relevance | path

Searched defs:upid (Results 1 – 3 of 3) sorted by relevance

/linux/kernel/
H A Dexit.c1722 int kernel_waitid_prepare(struct wait_opts *wo, int which, pid_t upid, in kernel_waitid_prepare()
1782 static long kernel_waitid(int which, pid_t upid, struct waitid_info *infop, in kernel_waitid()
1800 SYSCALL_DEFINE5(waitid, int, which, pid_t, upid, struct siginfo __user *, in SYSCALL_DEFINE5() argument
1833 long kernel_wait4(pid_t upid, int __user *stat_addr, int options, in kernel_wait4()
1892 SYSCALL_DEFINE4(wait4, pid_t, upid, int __user *, stat_addr, in SYSCALL_DEFINE4() argument
/linux/io_uring/
H A Dwaitid.c27 pid_t upid; member
/linux/kernel/time/
H A Dposix-cpu-timers.c60 const pid_t upid = CPUCLOCK_PID(clock); in pid_for_clock() local