Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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"; in main()
/kernel/linux/linux-6.6/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"; in main()
/kernel/linux/linux-5.10/include/linux/
H A Deventpoll.h12 #include <uapi/linux/kcmp.h>
/kernel/linux/linux-5.10/tools/perf/trace/beauty/
H A Dkcmp.c3 * trace/beauty/kcmp.c
12 #include <uapi/linux/kcmp.h>
/kernel/linux/linux-6.6/include/linux/
H A Deventpoll.h12 #include <uapi/linux/kcmp.h>
/kernel/linux/linux-6.6/tools/perf/trace/beauty/
H A Dkcmp.c3 * trace/beauty/kcmp.c
12 #include <uapi/linux/kcmp.h>
/kernel/linux/linux-5.10/kernel/
H A Dkcmp.c14 #include <linux/kcmp.h>
152 SYSCALL_DEFINE5(kcmp, pid_t, pid1, pid_t, pid2, int, type, in SYSCALL_DEFINE5()
H A DMakefile54 obj-$(CONFIG_KCMP) += kcmp.o
H A Dsys_ni.c325 COND_SYSCALL(kcmp); variable
/kernel/linux/linux-6.6/kernel/
H A Dkcmp.c14 #include <linux/kcmp.h>
135 SYSCALL_DEFINE5(kcmp, pid_t, pid1, pid_t, pid2, int, type, in SYSCALL_DEFINE5()
H A DMakefile55 obj-$(CONFIG_KCMP) += kcmp.o
H A Dsys_ni.c238 COND_SYSCALL(kcmp); variable
/kernel/linux/linux-5.10/tools/testing/selftests/pidfd/
H A Dpidfd_getfd_test.c18 #include <linux/kcmp.h>
209 SKIP(return, "kcmp() syscall not supported"); in TEST_F()
/kernel/linux/linux-6.6/tools/testing/selftests/pidfd/
H A Dpidfd_getfd_test.c18 #include <linux/kcmp.h>
209 SKIP(return, "kcmp() syscall not supported"); in TEST_F()
/kernel/linux/linux-5.10/fs/
H A Deventpoll.c1051 int kcmp; in ep_find() local
1059 kcmp = ep_cmp_ffd(&ffd, &epi->ffd); in ep_find()
1060 if (kcmp > 0) in ep_find()
1062 else if (kcmp < 0) in ep_find()
1341 int kcmp; in ep_rbtree_insert() local
1349 kcmp = ep_cmp_ffd(&epi->ffd, &epic->ffd); in ep_rbtree_insert()
1350 if (kcmp > 0) { in ep_rbtree_insert()
/kernel/linux/linux-6.6/fs/
H A Deventpoll.c1006 int kcmp; in ep_find() local
1014 kcmp = ep_cmp_ffd(&ffd, &epi->ffd); in ep_find()
1015 if (kcmp > 0) in ep_find()
1017 else if (kcmp < 0) in ep_find()
1301 int kcmp; in ep_rbtree_insert() local
1309 kcmp = ep_cmp_ffd(&epi->ffd, &epic->ffd); in ep_rbtree_insert()
1310 if (kcmp > 0) { in ep_rbtree_insert()
/kernel/linux/linux-5.10/tools/testing/selftests/
H A DMakefile26 TARGETS += kcmp
/kernel/linux/linux-6.6/tools/testing/selftests/
H A DMakefile38 TARGETS += kcmp
/kernel/linux/linux-5.10/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c47 #include <linux/kcmp.h>
307 TH_LOG("kcmp() syscall missing (test is less accurate)");\
313 TEST(kcmp) in TEST()
320 SKIP(return, "Kernel does not support kcmp() (missing CONFIG_KCMP?)"); in TEST()
3823 SKIP(return, "Kernel does not support kcmp() syscall"); in TEST()
/kernel/linux/linux-6.6/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) in TEST()
333 SKIP(return, "Kernel does not support kcmp() (missing CONFIG_KCMP?)"); in TEST()
3893 SKIP(return, "Kernel does not support kcmp() syscall"); in TEST()

Completed in 22 milliseconds