Home
last modified time | relevance | path

Searched refs:kernel_wait4 (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/linux/sched/
H A Dtask.h103 extern long kernel_wait4(pid_t, int __user *, int, struct rusage *);
/openbmc/linux/kernel/
H A Dexit.c1744 long kernel_wait4(pid_t upid, int __user *stat_addr, int options, in kernel_wait4() function
1807 long err = kernel_wait4(upid, stat_addr, options, ru ? &r : NULL); in SYSCALL_DEFINE4()
1824 return kernel_wait4(pid, stat_addr, options, NULL); in SYSCALL_DEFINE3()
1837 long err = kernel_wait4(pid, stat_addr, options, ru ? &r : NULL); in COMPAT_SYSCALL_DEFINE4()
H A Dpid_namespace.c221 rc = kernel_wait4(-1, NULL, __WALL, NULL); in zap_pid_ns_processes()
/openbmc/linux/arch/alpha/kernel/
H A Dosf_sys.c1114 long err = kernel_wait4(pid, ustatus, options, &r); in SYSCALL_DEFINE4()