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

/linux-master/tools/perf/trace/beauty/
H A Dkcmp.c3 * trace/beauty/kcmp.c
12 #include <uapi/linux/kcmp.h>
H A Dkcmp_type.sh8 grep -E $regex ${header_dir}/kcmp.h | grep -v KCMP_TYPES, | \
/linux-master/fs/
H A Deventpoll.c1147 int kcmp; local
1155 kcmp = ep_cmp_ffd(&ffd, &epi->ffd);
1156 if (kcmp > 0)
1158 else if (kcmp < 0)
1442 int kcmp; local
1450 kcmp = ep_cmp_ffd(&epi->ffd, &epic->ffd);
1451 if (kcmp > 0) {
/linux-master/include/linux/
H A Deventpoll.h12 #include <uapi/linux/kcmp.h>
/linux-master/kernel/
H A DMakefile55 obj-$(CONFIG_KCMP) += kcmp.o
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
/linux-master/tools/perf/
H A DMakefile.perf542 $(kcmp_type_array): $(kcmp_hdr_dir)/kcmp.h $(kcmp_type_tbl)
/linux-master/tools/testing/selftests/
H A DMakefile44 TARGETS += kcmp
/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/testing/selftests/pidfd/
H A Dpidfd_getfd_test.c19 #include <linux/kcmp.h>
215 SKIP(return, "kcmp() syscall not supported");
/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");

Completed in 255 milliseconds