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

/linux-4.1.27/tools/testing/selftests/kcmp/
H A DMakefile10 $(RM) kcmp_test kcmp-test-file
H A Dkcmp_test.c13 #include <linux/kcmp.h>
29 const char kpath[] = "kcmp-test-file"; main()
/linux-4.1.27/tools/testing/selftests/
H A DMakefile7 TARGETS += kcmp
/linux-4.1.27/kernel/
H A Dkcmp.c13 #include <linux/kcmp.h>
97 SYSCALL_DEFINE5(kcmp, pid_t, pid1, pid_t, pid2, int, type, SYSCALL_DEFINE5()
H A DMakefile33 obj-$(CONFIG_CHECKPOINT_RESTORE) += kcmp.o
/linux-4.1.27/fs/
H A Deventpoll.c972 int kcmp; ep_find() local
980 kcmp = ep_cmp_ffd(&ffd, &epi->ffd); ep_find()
981 if (kcmp > 0) ep_find()
983 else if (kcmp < 0) ep_find()
1109 int kcmp; ep_rbtree_insert() local
1116 kcmp = ep_cmp_ffd(&epi->ffd, &epic->ffd); ep_rbtree_insert()
1117 if (kcmp > 0) ep_rbtree_insert()
/linux-4.1.27/arch/s390/kernel/
H A Dcompat_wrapper.c212 COMPAT_SYSCALL_WRAP5(kcmp, pid_t, pid1, pid_t, pid2, int, type, unsigned long, idx1, unsigned long, idx2);
/linux-4.1.27/arch/parisc/kernel/
H A Dsyscall_table.S430 ENTRY_SAME(kcmp)

Completed in 281 milliseconds