Home
last modified time | relevance | path

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

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

Completed in 17 milliseconds