Searched refs:kcmp (Results 1 - 13 of 13) sorted by relevance

/linux-master/tools/testing/selftests/kcmp/
H A DMakefile6 EXTRA_CLEAN := $(OUTPUT)/kcmp-test-file
H A Dkcmp_test.c13 #include <linux/kcmp.h>
32 const char kpath[] = "kcmp-test-file";
/linux-master/tools/perf/trace/beauty/
H A Dkcmp_type.sh8 grep -E $regex ${header_dir}/kcmp.h | grep -v KCMP_TYPES, | \
H A Dkcmp.c3 * trace/beauty/kcmp.c
12 #include <uapi/linux/kcmp.h>
/linux-master/include/linux/
H A Deventpoll.h12 #include <uapi/linux/kcmp.h>
/linux-master/kernel/
H A Dkcmp.c14 #include <linux/kcmp.h>
137 SYSCALL_DEFINE5(kcmp, pid_t, pid1, pid_t, pid2, int, type,
H A Dsys_ni.c242 COND_SYSCALL(kcmp); variable
H A DMakefile55 obj-$(CONFIG_KCMP) += kcmp.o
/linux-master/tools/testing/selftests/pidfd/
H A Dpidfd_getfd_test.c19 #include <linux/kcmp.h>
215 SKIP(return, "kcmp() syscall not supported");
/linux-master/fs/
H A Deventpoll.c1111 int kcmp; local
1119 kcmp = ep_cmp_ffd(&ffd, &epi->ffd);
1120 if (kcmp > 0)
1122 else if (kcmp < 0)
1406 int kcmp; local
1414 kcmp = ep_cmp_ffd(&epi->ffd, &epic->ffd);
1415 if (kcmp > 0) {
/linux-master/tools/testing/selftests/
H A DMakefile42 TARGETS += kcmp
/linux-master/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c47 #include <linux/kcmp.h>
320 TH_LOG("kcmp() syscall missing (test is less accurate)");\
326 TEST(kcmp)
333 SKIP(return, "Kernel does not support kcmp() (missing CONFIG_KCMP?)");
3899 SKIP(return, "Kernel does not support kcmp() syscall");
/linux-master/tools/perf/
H A DMakefile.perf542 $(kcmp_type_array): $(kcmp_hdr_dir)/kcmp.h $(kcmp_type_tbl)

Completed in 195 milliseconds