Searched refs:kernel_wait4 (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/include/linux/sched/ |
H A D | task.h | 94 extern long kernel_wait4(pid_t, int __user *, int, struct rusage *);
|
/kernel/linux/linux-6.6/include/linux/sched/ |
H A D | task.h | 102 extern long kernel_wait4(pid_t, int __user *, int, struct rusage *);
|
/kernel/linux/linux-5.10/kernel/ |
H A D | exit.c | 1669 long kernel_wait4(pid_t upid, int __user *stat_addr, int options, in kernel_wait4() function 1732 long err = kernel_wait4(upid, stat_addr, options, ru ? &r : NULL); in SYSCALL_DEFINE4() 1749 return kernel_wait4(pid, stat_addr, options, NULL); in SYSCALL_DEFINE3() 1762 long err = kernel_wait4(pid, stat_addr, options, ru ? &r : NULL); in COMPAT_SYSCALL_DEFINE4()
|
H A D | pid_namespace.c | 219 * kernel_wait4() will also block until our children traced from the in zap_pid_ns_processes() 224 rc = kernel_wait4(-1, NULL, __WALL, NULL); in zap_pid_ns_processes() 228 * kernel_wait4() misses EXIT_DEAD children, and EXIT_ZOMBIE in zap_pid_ns_processes()
|
/kernel/linux/linux-6.6/kernel/ |
H A D | pid_namespace.c | 215 * kernel_wait4() will also block until our children traced from the in zap_pid_ns_processes() 220 rc = kernel_wait4(-1, NULL, __WALL, NULL); in zap_pid_ns_processes() 224 * kernel_wait4() misses EXIT_DEAD children, and EXIT_ZOMBIE in zap_pid_ns_processes()
|
H A D | exit.c | 1757 long kernel_wait4(pid_t upid, int __user *stat_addr, int options, in kernel_wait4() function 1820 long err = kernel_wait4(upid, stat_addr, options, ru ? &r : NULL); in SYSCALL_DEFINE4() 1837 return kernel_wait4(pid, stat_addr, options, NULL); in SYSCALL_DEFINE3() 1850 long err = kernel_wait4(pid, stat_addr, options, ru ? &r : NULL); in COMPAT_SYSCALL_DEFINE4()
|
/kernel/linux/linux-5.10/arch/alpha/kernel/ |
H A D | osf_sys.c | 1115 long err = kernel_wait4(pid, ustatus, options, &r); in SYSCALL_DEFINE4()
|
/kernel/linux/linux-6.6/arch/alpha/kernel/ |
H A D | osf_sys.c | 1114 long err = kernel_wait4(pid, ustatus, options, &r); in SYSCALL_DEFINE4()
|
Completed in 11 milliseconds