/kernel/linux/linux-5.10/tools/testing/selftests/kcmp/ |
H A D | Makefile | 6 EXTRA_CLEAN := $(OUTPUT)/kcmp-test-file
|
H A D | kcmp_test.c | 13 #include <linux/kcmp.h> 32 const char kpath[] = "kcmp-test-file"; in main()
|
/kernel/linux/linux-6.6/tools/testing/selftests/kcmp/ |
H A D | Makefile | 6 EXTRA_CLEAN := $(OUTPUT)/kcmp-test-file
|
H A D | kcmp_test.c | 13 #include <linux/kcmp.h> 32 const char kpath[] = "kcmp-test-file"; in main()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | eventpoll.h | 12 #include <uapi/linux/kcmp.h>
|
/kernel/linux/linux-5.10/tools/perf/trace/beauty/ |
H A D | kcmp.c | 3 * trace/beauty/kcmp.c 12 #include <uapi/linux/kcmp.h>
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | eventpoll.h | 12 #include <uapi/linux/kcmp.h>
|
/kernel/linux/linux-6.6/tools/perf/trace/beauty/ |
H A D | kcmp.c | 3 * trace/beauty/kcmp.c 12 #include <uapi/linux/kcmp.h>
|
/kernel/linux/linux-5.10/kernel/ |
H A D | kcmp.c | 14 #include <linux/kcmp.h> 152 SYSCALL_DEFINE5(kcmp, pid_t, pid1, pid_t, pid2, int, type, in SYSCALL_DEFINE5()
|
H A D | Makefile | 54 obj-$(CONFIG_KCMP) += kcmp.o
|
H A D | sys_ni.c | 325 COND_SYSCALL(kcmp); variable
|
/kernel/linux/linux-6.6/kernel/ |
H A D | kcmp.c | 14 #include <linux/kcmp.h> 135 SYSCALL_DEFINE5(kcmp, pid_t, pid1, pid_t, pid2, int, type, in SYSCALL_DEFINE5()
|
H A D | Makefile | 55 obj-$(CONFIG_KCMP) += kcmp.o
|
H A D | sys_ni.c | 238 COND_SYSCALL(kcmp); variable
|
/kernel/linux/linux-5.10/tools/testing/selftests/pidfd/ |
H A D | pidfd_getfd_test.c | 18 #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 D | pidfd_getfd_test.c | 18 #include <linux/kcmp.h> 209 SKIP(return, "kcmp() syscall not supported"); in TEST_F()
|
/kernel/linux/linux-5.10/fs/ |
H A D | eventpoll.c | 1051 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 D | eventpoll.c | 1006 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 D | Makefile | 26 TARGETS += kcmp
|
/kernel/linux/linux-6.6/tools/testing/selftests/ |
H A D | Makefile | 38 TARGETS += kcmp
|
/kernel/linux/linux-5.10/tools/testing/selftests/seccomp/ |
H A D | seccomp_bpf.c | 47 #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 D | seccomp_bpf.c | 47 #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()
|