/kernel/linux/linux-5.10/tools/testing/selftests/kcmp/ |
H A D | kcmp_test.c | 23 static long sys_kcmp(int pid1, int pid2, int type, unsigned long fd1, unsigned long fd2) in sys_kcmp() function 102 sys_kcmp(pid1, pid2, KCMP_FILE, fd1, fd2), in main() 103 sys_kcmp(pid1, pid2, KCMP_FILES, 0, 0), in main() 104 sys_kcmp(pid1, pid2, KCMP_VM, 0, 0), in main() 105 sys_kcmp(pid1, pid2, KCMP_FS, 0, 0), in main() 106 sys_kcmp(pid1, pid2, KCMP_SIGHAND, 0, 0), in main() 107 sys_kcmp(pid1, pid2, KCMP_IO, 0, 0), in main() 108 sys_kcmp(pid1, pid2, KCMP_SYSVSEM, 0, 0), in main() 111 sys_kcmp(pid1, pid2, KCMP_TYPES + 1, 0, 0)); in main() 114 ret = sys_kcmp(pid in main() [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/kcmp/ |
H A D | kcmp_test.c | 23 static long sys_kcmp(int pid1, int pid2, int type, unsigned long fd1, unsigned long fd2) in sys_kcmp() function 105 sys_kcmp(pid1, pid2, KCMP_FILE, fd1, fd2), in main() 106 sys_kcmp(pid1, pid2, KCMP_FILES, 0, 0), in main() 107 sys_kcmp(pid1, pid2, KCMP_VM, 0, 0), in main() 108 sys_kcmp(pid1, pid2, KCMP_FS, 0, 0), in main() 109 sys_kcmp(pid1, pid2, KCMP_SIGHAND, 0, 0), in main() 110 sys_kcmp(pid1, pid2, KCMP_IO, 0, 0), in main() 111 sys_kcmp(pid1, pid2, KCMP_SYSVSEM, 0, 0), in main() 114 sys_kcmp(pid1, pid2, KCMP_TYPES + 1, 0, 0)); in main() 117 ret = sys_kcmp(pid in main() [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/pidfd/ |
H A D | pidfd_getfd_test.c | 30 static int sys_kcmp(pid_t pid1, pid_t pid2, int type, unsigned long idx1, in sys_kcmp() function 207 ret = sys_kcmp(getpid(), self->pid, KCMP_FILE, fd, self->remote_fd); in TEST_F()
|
/kernel/linux/linux-6.6/tools/testing/selftests/pidfd/ |
H A D | pidfd_getfd_test.c | 30 static int sys_kcmp(pid_t pid1, pid_t pid2, int type, unsigned long idx1, in sys_kcmp() function 207 ret = sys_kcmp(getpid(), self->pid, KCMP_FILE, fd, self->remote_fd); in TEST_F()
|
/kernel/linux/linux-5.10/arch/loongarch/kernel/ |
H A D | scall-trans-mips64.S | 413 PTR sys_kcmp
|
H A D | scall-trans-i386.S | 457 PTR sys_kcmp /* 349 */
|
/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
H A D | unistd32.h | 770 __SYSCALL(__NR_kcmp, sys_kcmp)
|
/kernel/linux/linux-6.6/arch/arm64/include/asm/ |
H A D | unistd32.h | 770 __SYSCALL(__NR_kcmp, sys_kcmp)
|
/kernel/linux/linux-5.10/tools/include/uapi/asm-generic/ |
H A D | unistd.h | 734 __SYSCALL(__NR_kcmp, sys_kcmp)
|
/kernel/linux/linux-5.10/include/uapi/asm-generic/ |
H A D | unistd.h | 734 __SYSCALL(__NR_kcmp, sys_kcmp)
|
/kernel/linux/linux-6.6/include/uapi/asm-generic/ |
H A D | unistd.h | 662 __SYSCALL(__NR_kcmp, sys_kcmp)
|
/kernel/linux/linux-6.6/tools/include/uapi/asm-generic/ |
H A D | unistd.h | 662 __SYSCALL(__NR_kcmp, sys_kcmp)
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/ |
H A D | unistd.h | 566 __SYSCALL(__NR_kcmp, sys_kcmp)
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | syscalls.h | 981 asmlinkage long sys_kcmp(pid_t pid1, pid_t pid2, int type,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | syscalls.h | 873 asmlinkage long sys_kcmp(pid_t pid1, pid_t pid2, int type,
|