Searched refs:sys_kcmp (Results 1 - 6 of 6) sorted by relevance

/linux-master/tools/testing/selftests/kcmp/
H A Dkcmp_test.c23 static long sys_kcmp(int pid1, int pid2, int type, unsigned long fd1, unsigned long fd2) function
105 sys_kcmp(pid1, pid2, KCMP_FILE, fd1, fd2),
106 sys_kcmp(pid1, pid2, KCMP_FILES, 0, 0),
107 sys_kcmp(pid1, pid2, KCMP_VM, 0, 0),
108 sys_kcmp(pid1, pid2, KCMP_FS, 0, 0),
109 sys_kcmp(pid1, pid2, KCMP_SIGHAND, 0, 0),
110 sys_kcmp(pid1, pid2, KCMP_IO, 0, 0),
111 sys_kcmp(pid1, pid2, KCMP_SYSVSEM, 0, 0),
114 sys_kcmp(pid1, pid2, KCMP_TYPES + 1, 0, 0));
117 ret = sys_kcmp(pid
[all...]
/linux-master/tools/testing/selftests/pidfd/
H A Dpidfd_getfd_test.c31 static int sys_kcmp(pid_t pid1, pid_t pid2, int type, unsigned long idx1, function
213 ret = sys_kcmp(getpid(), self->pid, KCMP_FILE, fd, self->remote_fd);
/linux-master/arch/arm64/include/asm/
H A Dunistd32.h770 __SYSCALL(__NR_kcmp, sys_kcmp)
/linux-master/include/uapi/asm-generic/
H A Dunistd.h662 __SYSCALL(__NR_kcmp, sys_kcmp)
/linux-master/tools/include/uapi/asm-generic/
H A Dunistd.h662 __SYSCALL(__NR_kcmp, sys_kcmp)
/linux-master/include/linux/
H A Dsyscalls.h891 asmlinkage long sys_kcmp(pid_t pid1, pid_t pid2, int type,

Completed in 160 milliseconds