Searched refs:kcmp (Results 1 – 11 of 11) sorted by relevance
/linux-4.1.27/tools/testing/selftests/kcmp/ |
D | .gitignore | 2 kcmp-test-file
|
D | Makefile | 10 $(RM) kcmp_test kcmp-test-file
|
/linux-4.1.27/fs/ |
D | eventpoll.c | 972 int kcmp; in ep_find() local 980 kcmp = ep_cmp_ffd(&ffd, &epi->ffd); in ep_find() 981 if (kcmp > 0) in ep_find() 983 else if (kcmp < 0) in ep_find() 1109 int kcmp; in ep_rbtree_insert() local 1116 kcmp = ep_cmp_ffd(&epi->ffd, &epic->ffd); in ep_rbtree_insert() 1117 if (kcmp > 0) in ep_rbtree_insert()
|
/linux-4.1.27/tools/testing/selftests/ |
D | Makefile | 7 TARGETS += kcmp
|
/linux-4.1.27/kernel/ |
D | kcmp.c | 97 SYSCALL_DEFINE5(kcmp, pid_t, pid1, pid_t, pid2, int, type, in SYSCALL_DEFINE5() argument
|
D | Makefile | 33 obj-$(CONFIG_CHECKPOINT_RESTORE) += kcmp.o
|
/linux-4.1.27/arch/parisc/kernel/ |
D | syscall_table.S | 430 ENTRY_SAME(kcmp)
|
/linux-4.1.27/arch/s390/kernel/ |
D | compat_wrapper.c | 212 COMPAT_SYSCALL_WRAP5(kcmp, pid_t, pid1, pid_t, pid2, int, type, unsigned long, idx1, unsigned long,…
|
/linux-4.1.27/arch/x86/syscalls/ |
D | syscall_64.tbl | 321 312 common kcmp sys_kcmp
|
D | syscall_32.tbl | 358 349 i386 kcmp sys_kcmp
|
/linux-4.1.27/include/uapi/linux/ |
D | Kbuild | 217 header-y += kcmp.h
|