Home
last modified time | relevance | path

Searched refs:sys_kcmp (Results 1 – 16 of 16) sorted by relevance

/tools/testing/selftests/kcmp/
A Dkcmp_test.c105 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(pid1, pid2, KCMP_FILE, fd1, fd1); in main()
129 ret = sys_kcmp(pid1, pid1, KCMP_VM, 0, 0); in main()
[all …]
/tools/testing/selftests/pidfd/
A Dpidfd_getfd_test.c31 static int sys_kcmp(pid_t pid1, pid_t pid2, int type, unsigned long idx1, in sys_kcmp() function
213 ret = sys_kcmp(getpid(), self->pid, KCMP_FILE, fd, self->remote_fd); in TEST_F()
/tools/perf/arch/s390/entry/syscalls/
A Dsyscall.tbl353 343 common kcmp sys_kcmp sys_kcmp
/tools/perf/arch/mips/entry/syscalls/
A Dsyscall_n64.tbl317 306 n64 kcmp sys_kcmp
/tools/scripts/
A Dsyscall.tbl322 272 common kcmp sys_kcmp
/tools/perf/arch/parisc/entry/syscalls/
A Dsyscall.tbl377 332 common kcmp sys_kcmp
/tools/perf/arch/sh/entry/syscalls/
A Dsyscall.tbl377 367 common kcmp sys_kcmp
/tools/perf/arch/x86/entry/syscalls/
A Dsyscall_64.tbl324 312 common kcmp sys_kcmp
A Dsyscall_32.tbl364 349 i386 kcmp sys_kcmp
/tools/perf/arch/xtensa/entry/syscalls/
A Dsyscall.tbl354 331 common kcmp sys_kcmp
/tools/perf/arch/alpha/entry/syscalls/
A Dsyscall.tbl437 506 common kcmp sys_kcmp
/tools/perf/arch/arm/entry/syscalls/
A Dsyscall.tbl396 378 common kcmp sys_kcmp
/tools/perf/arch/arm64/entry/syscalls/
A Dsyscall_32.tbl393 378 common kcmp sys_kcmp
/tools/perf/arch/sparc/entry/syscalls/
A Dsyscall.tbl413 341 common kcmp sys_kcmp
/tools/perf/arch/powerpc/entry/syscalls/
A Dsyscall.tbl458 354 nospu kcmp sys_kcmp
/tools/include/uapi/asm-generic/
A Dunistd.h662 __SYSCALL(__NR_kcmp, sys_kcmp)

Completed in 16 milliseconds