Home
last modified time | relevance | path

Searched refs:KCMP_FILE (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/tools/perf/trace/beauty/
H A Dkcmp.c22 if (type != KCMP_FILE) in syscall_arg__scnprintf_kcmp_idx()
39 if (type != KCMP_FILE) in syscall_arg__scnprintf_kcmp_type()
/OK3568_Linux_fs/kernel/kernel/
H A Dkcmp.c140 return kcmp_ptr(filp, filp_tgt, KCMP_FILE); in kcmp_epoll_target()
187 case KCMP_FILE: { in SYSCALL_DEFINE5()
194 ret = kcmp_ptr(filp1, filp2, KCMP_FILE); in SYSCALL_DEFINE5()
/OK3568_Linux_fs/kernel/tools/testing/selftests/kcmp/
H A Dkcmp_test.c102 sys_kcmp(pid1, pid2, KCMP_FILE, fd1, fd2), in main()
114 ret = sys_kcmp(pid1, pid2, KCMP_FILE, fd1, fd1); in main()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dkcmp.h9 KCMP_FILE, enumerator
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dkcmp.h9 KCMP_FILE, enumerator
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dkcmp.h9 KCMP_FILE, enumerator
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dkcmp.h9 KCMP_FILE, enumerator
/OK3568_Linux_fs/kernel/tools/testing/selftests/pidfd/
H A Dpidfd_getfd_test.c207 ret = sys_kcmp(getpid(), self->pid, KCMP_FILE, fd, self->remote_fd); in TEST_F()
/OK3568_Linux_fs/kernel/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c291 return syscall(__NR_kcmp, pid1, pid2, KCMP_FILE, fd1, fd2); in __filecmp()