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

/linux-master/include/linux/sched/
H A Dtask.h104 extern long kernel_wait4(pid_t, int __user *, int, struct rusage *);
/linux-master/kernel/
H A Dpid_namespace.c216 * kernel_wait4() will also block until our children traced from the
221 rc = kernel_wait4(-1, NULL, __WALL, NULL);
225 * kernel_wait4() misses EXIT_DEAD children, and EXIT_ZOMBIE
H A Dexit.c1755 long kernel_wait4(pid_t upid, int __user *stat_addr, int options, function
1818 long err = kernel_wait4(upid, stat_addr, options, ru ? &r : NULL);
1835 return kernel_wait4(pid, stat_addr, options, NULL);
1848 long err = kernel_wait4(pid, stat_addr, options, ru ? &r : NULL);
/linux-master/arch/alpha/kernel/
H A Dosf_sys.c1114 long err = kernel_wait4(pid, ustatus, options, &r);

Completed in 95 milliseconds