Home
last modified time | relevance | path

Searched refs:kernel_wait4 (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/include/linux/sched/
H A Dtask.h94 extern long kernel_wait4(pid_t, int __user *, int, struct rusage *);
/kernel/linux/linux-6.6/include/linux/sched/
H A Dtask.h102 extern long kernel_wait4(pid_t, int __user *, int, struct rusage *);
/kernel/linux/linux-5.10/kernel/
H A Dexit.c1669 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 Dpid_namespace.c219 * 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 Dpid_namespace.c215 * 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 Dexit.c1757 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 Dosf_sys.c1115 long err = kernel_wait4(pid, ustatus, options, &r); in SYSCALL_DEFINE4()
/kernel/linux/linux-6.6/arch/alpha/kernel/
H A Dosf_sys.c1114 long err = kernel_wait4(pid, ustatus, options, &r); in SYSCALL_DEFINE4()

Completed in 11 milliseconds