Home
last modified time | relevance | path

Searched refs:sys_wait4 (Results 1 – 20 of 20) sorted by relevance

/linux/tools/include/nolibc/
H A Dsys.h1199 pid_t sys_wait4(pid_t pid, int *status, int options, struct rusage *rusage) in sys_wait4() function
1211 return __sysret(sys_wait4(-1, status, 0, NULL)); in wait()
1217 return __sysret(sys_wait4(pid, status, options, rusage)); in wait4()
1224 return __sysret(sys_wait4(pid, status, options, NULL)); in waitpid()
/linux/scripts/
H A Dsyscall.tbl308 260 time32 wait4 sys_wait4 compat_sys_wait4
309 260 64 wait4 sys_wait4
/linux/Documentation/admin-guide/
H A Dworkload-tracing.rst420 | wait4 | 889 | Time | sys_wait4() |
514 | wait4 | 2 | Time | sys_wait4() |
566 | wait4 | 44 | Time | sys_wait4() |
/linux/tools/perf/arch/mips/entry/syscalls/
H A Dsyscall_n64.tbl69 59 n64 wait4 sys_wait4
/linux/arch/mips/kernel/syscalls/
H A Dsyscall_n64.tbl69 59 n64 wait4 sys_wait4
/linux/arch/xtensa/kernel/syscalls/
H A Dsyscall.tbl135 121 common wait4 sys_wait4
/linux/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl73 61 common wait4 sys_wait4
H A Dsyscall_32.tbl129 114 i386 wait4 sys_wait4 compat_sys_wait4
/linux/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl73 61 common wait4 sys_wait4
/linux/arch/m68k/kernel/syscalls/
H A Dsyscall.tbl124 114 common wait4 sys_wait4
/linux/arch/microblaze/kernel/syscalls/
H A Dsyscall.tbl124 114 common wait4 sys_wait4
/linux/arch/alpha/kernel/syscalls/
H A Dsyscall.tbl298 365 common wait4 sys_wait4
/linux/arch/arm/tools/
H A Dsyscall.tbl131 114 common wait4 sys_wait4
/linux/arch/arm64/tools/
H A Dsyscall_32.tbl128 114 common wait4 sys_wait4 compat_sys_wait4
/linux/include/uapi/asm-generic/
H A Dunistd.h632 __SC_COMP(__NR_wait4, sys_wait4, compat_sys_wait4)
/linux/tools/perf/arch/powerpc/entry/syscalls/
H A Dsyscall.tbl153 114 common wait4 sys_wait4 compat_sys_wait4
/linux/tools/perf/arch/s390/entry/syscalls/
H A Dsyscall.tbl106 114 common wait4 sys_wait4 compat_sys_wait4
/linux/tools/include/uapi/asm-generic/
H A Dunistd.h632 __SC_COMP(__NR_wait4, sys_wait4, compat_sys_wait4)
/linux/tools/perf/Documentation/
H A Dperf-script-python.txt65 sys_wait4 3
/linux/include/linux/
H A Dsyscalls.h856 asmlinkage long sys_wait4(pid_t pid, int __user *stat_addr,