Home
last modified time | relevance | path

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

/linux/include/linux/sched/
H A Dtask.h106 extern long kernel_wait4(pid_t, int __user *, int, struct rusage *);
/linux/kernel/
H A Dpid_namespace.c243 rc = kernel_wait4(-1, NULL, __WALL, NULL); in zap_pid_ns_processes()
/linux/arch/alpha/kernel/
H A Dosf_sys.c1113 long err = kernel_wait4(pid, ustatus, options, &r); in SYSCALL_DEFINE4()