Home
last modified time | relevance | path

Searched refs:__NR_kcmp (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/selftests/kcmp/
H A Dkcmp_test.c25 return syscall(__NR_kcmp, pid1, pid2, type, fd1, fd2); in sys_kcmp()
/linux/tools/testing/selftests/pidfd/
H A Dpidfd_getfd_test.c34 return syscall(__NR_kcmp, pid1, pid2, type, idx1, idx2); in sys_kcmp()
/linux/tools/include/uapi/asm-generic/
H A Dunistd.h661 #define __NR_kcmp 272 macro
662 __SYSCALL(__NR_kcmp, sys_kcmp)
/linux/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c332 #ifdef __NR_kcmp in __filecmp()
334 return syscall(__NR_kcmp, pid1, pid2, KCMP_FILE, fd1, fd2);