Home
last modified time | relevance | path

Searched refs:wait4 (Results 1 – 10 of 10) sorted by relevance

/Linux-v4.19/arch/powerpc/include/asm/
Dsystbl.h122 COMPAT_SYS_SPU(wait4)
/Linux-v4.19/arch/parisc/kernel/
Dsyscall_table.S193 ENTRY_COMP(wait4)
/Linux-v4.19/kernel/
Dexit.c1667 SYSCALL_DEFINE4(wait4, pid_t, upid, int __user *, stat_addr, in SYSCALL_DEFINE4() argument
1694 COMPAT_SYSCALL_DEFINE4(wait4, in COMPAT_SYSCALL_DEFINE4() argument
/Linux-v4.19/arch/x86/entry/syscalls/
Dsyscall_64.tbl72 61 common wait4 __x64_sys_wait4
Dsyscall_32.tbl128 114 i386 wait4 sys_wait4 __ia32_compat_sys_wait4
/Linux-v4.19/tools/perf/arch/x86/entry/syscalls/
Dsyscall_64.tbl72 61 common wait4 __x64_sys_wait4
/Linux-v4.19/arch/arm/tools/
Dsyscall.tbl130 114 common wait4 sys_wait4
/Linux-v4.19/tools/perf/arch/s390/entry/syscalls/
Dsyscall.tbl106 114 common wait4 sys_wait4 compat_sys_wait4
/Linux-v4.19/arch/s390/kernel/syscalls/
Dsyscall.tbl106 114 common wait4 sys_wait4 compat_sys_wait4
/Linux-v4.19/tools/perf/
Dbuiltin-stat.c727 wait4(child_pid, &status, 0, &ru_data); in __run_perf_stat()