Searched refs:sys_wait4 (Results 1 – 21 of 21) sorted by relevance
/linux/tools/include/nolibc/ |
H A D | sys.h | 1199 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 D | syscall.tbl | 308 260 time32 wait4 sys_wait4 compat_sys_wait4 309 260 64 wait4 sys_wait4
|
/linux/Documentation/admin-guide/ |
H A D | workload-tracing.rst | 420 | 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 D | syscall_n64.tbl | 69 59 n64 wait4 sys_wait4
|
/linux/arch/mips/kernel/syscalls/ |
H A D | syscall_n64.tbl | 69 59 n64 wait4 sys_wait4
|
/linux/arch/x86/entry/syscalls/ |
H A D | syscall_64.tbl | 73 61 common wait4 sys_wait4
|
H A D | syscall_32.tbl | 129 114 i386 wait4 sys_wait4 compat_sys_wait4
|
/linux/arch/xtensa/kernel/syscalls/ |
H A D | syscall.tbl | 135 121 common wait4 sys_wait4
|
/linux/tools/perf/arch/x86/entry/syscalls/ |
H A D | syscall_64.tbl | 73 61 common wait4 sys_wait4
|
H A D | syscall_32.tbl | 129 114 i386 wait4 sys_wait4 compat_sys_wait4
|
/linux/arch/m68k/kernel/syscalls/ |
H A D | syscall.tbl | 124 114 common wait4 sys_wait4
|
/linux/arch/microblaze/kernel/syscalls/ |
H A D | syscall.tbl | 124 114 common wait4 sys_wait4
|
/linux/arch/arm/tools/ |
H A D | syscall.tbl | 131 114 common wait4 sys_wait4
|
/linux/arch/arm64/tools/ |
H A D | syscall_32.tbl | 128 114 common wait4 sys_wait4 compat_sys_wait4
|
/linux/arch/alpha/kernel/syscalls/ |
H A D | syscall.tbl | 298 365 common wait4 sys_wait4
|
/linux/include/uapi/asm-generic/ |
H A D | unistd.h | 632 __SC_COMP(__NR_wait4, sys_wait4, compat_sys_wait4)
|
/linux/tools/perf/arch/powerpc/entry/syscalls/ |
H A D | syscall.tbl | 153 114 common wait4 sys_wait4 compat_sys_wait4
|
/linux/tools/perf/arch/s390/entry/syscalls/ |
H A D | syscall.tbl | 106 114 common wait4 sys_wait4 compat_sys_wait4
|
/linux/tools/include/uapi/asm-generic/ |
H A D | unistd.h | 632 __SC_COMP(__NR_wait4, sys_wait4, compat_sys_wait4)
|
/linux/tools/perf/Documentation/ |
H A D | perf-script-python.txt | 65 sys_wait4 3
|
/linux/include/linux/ |
H A D | syscalls.h | 856 asmlinkage long sys_wait4(pid_t pid, int __user *stat_addr,
|