Home
last modified time | relevance | path

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

/linux/include/linux/sched/
A Dtask.h105 extern long kernel_wait4(pid_t, int __user *, int, struct rusage *);
/linux/kernel/
A Dexit.c1816 long kernel_wait4(pid_t upid, int __user *stat_addr, int options, in kernel_wait4() function
1879 long err = kernel_wait4(upid, stat_addr, options, ru ? &r : NULL); in SYSCALL_DEFINE4()
1896 return kernel_wait4(pid, stat_addr, options, NULL); in SYSCALL_DEFINE3()
1909 long err = kernel_wait4(pid, stat_addr, options, ru ? &r : NULL); in COMPAT_SYSCALL_DEFINE4()
A Dpid_namespace.c222 rc = kernel_wait4(-1, NULL, __WALL, NULL); in zap_pid_ns_processes()
/linux/arch/alpha/kernel/
A Dosf_sys.c1114 long err = kernel_wait4(pid, ustatus, options, &r); in SYSCALL_DEFINE4()

Completed in 14 milliseconds