Searched refs:kernel_wait4 (Results 1 – 6 of 6) sorted by relevance
| /linux/include/linux/sched/ |
| A D | task.h | 91 extern long kernel_wait4(pid_t, int __user *, int, struct rusage *);
|
| /linux/kernel/ |
| A D | exit.c | 1649 long kernel_wait4(pid_t upid, int __user *stat_addr, int options, in kernel_wait4() function 1712 long err = kernel_wait4(upid, stat_addr, options, ru ? &r : NULL); in SYSCALL_DEFINE4() 1729 return kernel_wait4(pid, stat_addr, options, NULL); in SYSCALL_DEFINE3() 1742 long err = kernel_wait4(pid, stat_addr, options, ru ? &r : NULL); in COMPAT_SYSCALL_DEFINE4()
|
| A D | pid_namespace.c | 217 rc = kernel_wait4(-1, NULL, __WALL, NULL); in zap_pid_ns_processes()
|
| /linux/arch/alpha/kernel/ |
| A D | osf_sys.c | 1115 long err = kernel_wait4(pid, ustatus, options, &r); in SYSCALL_DEFINE4()
|
| /linux/ |
| A D | System.map | 2153 ffff80001008a6b0 T kernel_wait4
|
| A D | .tmp_System.map | 2153 ffff80001008a6b0 T kernel_wait4
|
Completed in 301 milliseconds