Searched refs:kcmp (Results 1 - 8 of 8) sorted by relevance
/linux-4.1.27/tools/testing/selftests/kcmp/ |
H A D | Makefile | 10 $(RM) kcmp_test kcmp-test-file
|
H A D | kcmp_test.c | 13 #include <linux/kcmp.h> 29 const char kpath[] = "kcmp-test-file"; main()
|
/linux-4.1.27/tools/testing/selftests/ |
H A D | Makefile | 7 TARGETS += kcmp
|
/linux-4.1.27/kernel/ |
H A D | kcmp.c | 13 #include <linux/kcmp.h> 97 SYSCALL_DEFINE5(kcmp, pid_t, pid1, pid_t, pid2, int, type, SYSCALL_DEFINE5()
|
H A D | Makefile | 33 obj-$(CONFIG_CHECKPOINT_RESTORE) += kcmp.o
|
/linux-4.1.27/fs/ |
H A D | eventpoll.c | 972 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 D | compat_wrapper.c | 212 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 D | syscall_table.S | 430 ENTRY_SAME(kcmp)
|
Completed in 281 milliseconds