Home
last modified time | relevance | path

Searched refs:kcmp (Results 1 – 22 of 22) 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.c1176 int kcmp; in ep_find() local
1184 kcmp = ep_cmp_ffd(&ffd, &epi->ffd); in ep_find()
1185 if (kcmp > 0) in ep_find()
1187 else if (kcmp < 0) in ep_find()
1387 int kcmp; in ep_rbtree_insert() local
1395 kcmp = ep_cmp_ffd(&epi->ffd, &epic->ffd); in ep_rbtree_insert()
1396 if (kcmp > 0) { in ep_rbtree_insert()
/linux/kernel/
H A Dsys_ni.c241 COND_SYSCALL(kcmp);
H A DMakefile63 obj-$(CONFIG_KCMP) += kcmp.o
/linux/tools/testing/selftests/
H A DMakefile51 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/perf/arch/s390/entry/syscalls/
H A Dsyscall.tbl297 343 common kcmp sys_kcmp
/linux/tools/scripts/
H A Dsyscall.tbl322 272 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/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/arm/entry/syscalls/
H A Dsyscall.tbl396 378 common kcmp sys_kcmp
/linux/tools/perf/arch/sparc/entry/syscalls/
H A Dsyscall.tbl413 341 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.c348 TEST(kcmp) in TEST() argument
/linux/init/
H A DKconfig1934 bool "Enable kcmp() system call" if EXPERT