Searched refs:kcmp (Results 1 – 12 of 12) sorted by relevance
/linux-4.4.14/tools/testing/selftests/kcmp/ |
D | .gitignore | 2 kcmp-test-file
|
D | Makefile | 10 $(RM) kcmp_test kcmp-test-file
|
/linux-4.4.14/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.4.14/tools/testing/selftests/ |
D | Makefile | 8 TARGETS += kcmp
|
/linux-4.4.14/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.4.14/arch/parisc/kernel/ |
D | syscall_table.S | 430 ENTRY_SAME(kcmp)
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | systbl.h | 361 SYSCALL(kcmp) /* sys_kcmp */
|
/linux-4.4.14/arch/s390/kernel/ |
D | compat_wrapper.c | 161 COMPAT_SYSCALL_WRAP5(kcmp, pid_t, pid1, pid_t, pid2, int, type, unsigned long, idx1, unsigned long,…
|
/linux-4.4.14/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 321 312 common kcmp sys_kcmp
|
D | syscall_32.tbl | 358 349 i386 kcmp sys_kcmp
|
/linux-4.4.14/include/uapi/linux/ |
D | Kbuild | 220 header-y += kcmp.h
|