Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/sched/
A Dtask.h96 extern long kernel_wait4(pid_t, int __user *, int, struct rusage *);
/linux-6.3-rc2/kernel/
A Dexit.c1740 long kernel_wait4(pid_t upid, int __user *stat_addr, int options, in kernel_wait4() function
1803 long err = kernel_wait4(upid, stat_addr, options, ru ? &r : NULL); in SYSCALL_DEFINE4()
1820 return kernel_wait4(pid, stat_addr, options, NULL); in SYSCALL_DEFINE3()
1833 long err = kernel_wait4(pid, stat_addr, options, ru ? &r : NULL); in COMPAT_SYSCALL_DEFINE4()
A Dpid_namespace.c220 rc = kernel_wait4(-1, NULL, __WALL, NULL); in zap_pid_ns_processes()
/linux-6.3-rc2/arch/alpha/kernel/
A Dosf_sys.c1116 long err = kernel_wait4(pid, ustatus, options, &r); in SYSCALL_DEFINE4()

Completed in 10 milliseconds