Home
last modified time | relevance | path

Searched refs:kcmp (Results 1 – 20 of 20) sorted by relevance

/linux/tools/testing/selftests/kcmp/
H A D.gitignore3 kcmp-test-file
H A DMakefile6 EXTRA_CLEAN := $(OUTPUT)/kcmp-test-file
/linux/tools/perf/trace/beauty/
H A Dkcmp_type.sh8 grep -E $regex ${header_dir}/kcmp.h | grep -v KCMP_TYPES, | \
H A DBuild10 perf-y += kcmp.o
/linux/fs/
H A Deventpoll.c1178 int kcmp; in ep_find() local
1186 kcmp = ep_cmp_ffd(&ffd, &epi->ffd); in ep_find()
1187 if (kcmp > 0) in ep_find()
1189 else if (kcmp < 0) in ep_find()
1389 int kcmp; in ep_rbtree_insert() local
1397 kcmp = ep_cmp_ffd(&epi->ffd, &epic->ffd); in ep_rbtree_insert()
1398 if (kcmp > 0) { in ep_rbtree_insert()
/linux/tools/testing/selftests/
H A DMakefile54 TARGETS += kcmp
/linux/tools/perf/arch/mips/entry/syscalls/
H A Dsyscall_n64.tbl317 306 n64 kcmp sys_kcmp
/linux/scripts/
H A Dsyscall.tbl322 272 common kcmp sys_kcmp
/linux/tools/scripts/
H A Dsyscall.tbl322 272 common kcmp sys_kcmp
/linux/tools/perf/arch/s390/entry/syscalls/
H A Dsyscall.tbl297 343 common kcmp sys_kcmp
/linux/tools/perf/arch/sh/entry/syscalls/
H A Dsyscall.tbl377 367 common kcmp sys_kcmp
/linux/tools/perf/arch/xtensa/entry/syscalls/
H A Dsyscall.tbl354 331 common kcmp sys_kcmp
/linux/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl324 312 common kcmp sys_kcmp
H A Dsyscall_32.tbl364 349 i386 kcmp sys_kcmp
/linux/tools/perf/arch/sparc/entry/syscalls/
H A Dsyscall.tbl413 341 common kcmp sys_kcmp
/linux/tools/perf/arch/arm/entry/syscalls/
H A Dsyscall.tbl396 378 common kcmp sys_kcmp
/linux/tools/perf/arch/powerpc/entry/syscalls/
H A Dsyscall.tbl458 354 nospu kcmp sys_kcmp
/linux/tools/perf/
H A DMakefile.perf605 $(kcmp_type_array): $(kcmp_hdr_dir)/kcmp.h $(kcmp_type_tbl)
/linux/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c48 #include <linux/kcmp.h>
348 TH_LOG("kcmp() syscall missing (test is less accurate)");\ in TEST() argument
354 TEST(kcmp) in TEST()
361 SKIP(return, "Kernel does not support kcmp() (missing CONFIG_KCMP?)"); in TEST()
3928 SKIP(return, "Kernel does not support kcmp() syscall"); in TEST()
/linux/init/
H A DKconfig1954 bool "Enable kcmp() system call" if EXPERT