Home
last modified time | relevance | path

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

/linux/include/linux/sched/
H A Dtask.h106 extern long kernel_wait4(pid_t, int __user *, int, struct rusage *);
/linux/kernel/
H A Dexit.c1840 long kernel_wait4(pid_t upid, int __user *stat_addr, int options, in kernel_wait4() function
1903 long err = kernel_wait4(upid, stat_addr, options, ru ? &r : NULL); in SYSCALL_DEFINE4()
1920 return kernel_wait4(pid, stat_addr, options, NULL); in SYSCALL_DEFINE3()
1933 long err = kernel_wait4(pid, stat_addr, options, ru ? &r : NULL); in COMPAT_SYSCALL_DEFINE4()
H A Dpid_namespace.c244 rc = kernel_wait4(-1, NULL, __WALL, NULL); in zap_pid_ns_processes()
/linux/arch/alpha/kernel/
H A Dosf_sys.c1113 long err = kernel_wait4(pid, ustatus, options, &r); in SYSCALL_DEFINE4()