Searched refs:sys_kcmp (Results 1 - 22 of 22) sorted by relevance

/linux-4.4.14/tools/testing/selftests/kcmp/
H A Dkcmp_test.c22 static long sys_kcmp(int pid1, int pid2, int type, int fd1, int fd2) sys_kcmp() function
63 sys_kcmp(pid1, pid2, KCMP_FILE, fd1, fd2), main()
64 sys_kcmp(pid1, pid2, KCMP_FILES, 0, 0), main()
65 sys_kcmp(pid1, pid2, KCMP_VM, 0, 0), main()
66 sys_kcmp(pid1, pid2, KCMP_FS, 0, 0), main()
67 sys_kcmp(pid1, pid2, KCMP_SIGHAND, 0, 0), main()
68 sys_kcmp(pid1, pid2, KCMP_IO, 0, 0), main()
69 sys_kcmp(pid1, pid2, KCMP_SYSVSEM, 0, 0), main()
72 sys_kcmp(pid1, pid2, KCMP_TYPES + 1, 0, 0)); main()
75 ret = sys_kcmp(pid1, pid2, KCMP_FILE, fd1, fd1); main()
87 ret = sys_kcmp(pid1, pid1, KCMP_VM, 0, 0); main()
/linux-4.4.14/arch/sparc/kernel/
H A Dsystbls_64.S89 /*340*/ .word sys_kern_features, sys_kcmp, sys_finit_module, sys_sched_setattr, sys_sched_getattr
170 /*340*/ .word sys_kern_features, sys_kcmp, sys_finit_module, sys_sched_setattr, sys_sched_getattr
H A Dsystbls_32.S88 /*340*/ .long sys_ni_syscall, sys_kcmp, sys_finit_module, sys_sched_setattr, sys_sched_getattr
/linux-4.4.14/kernel/
H A Dsys_ni.c239 cond_syscall(sys_kcmp); variable
/linux-4.4.14/arch/powerpc/include/asm/
H A Dsystbl.h361 SYSCALL(kcmp) /* sys_kcmp */
/linux-4.4.14/arch/mips/kernel/
H A Dscall64-64.S422 PTR sys_kcmp
H A Dscall64-n32.S413 PTR sys_kcmp
H A Dscall32-o32.S585 PTR sys_kcmp
H A Dscall64-o32.S568 PTR sys_kcmp
/linux-4.4.14/arch/sh/kernel/
H A Dsyscalls_64.S407 .long sys_kcmp
/linux-4.4.14/arch/m68k/kernel/
H A Dsyscalltable.S370 .long sys_kcmp
/linux-4.4.14/arch/avr32/kernel/
H A Dsyscall_table.S327 .long sys_kcmp
/linux-4.4.14/arch/arm/kernel/
H A Dcalls.S390 CALL(sys_kcmp)
/linux-4.4.14/arch/alpha/kernel/
H A Dsystbls.S527 .quad sys_kcmp
/linux-4.4.14/arch/s390/kernel/
H A Dsyscalls.S354 SYSCALL(sys_kcmp,compat_sys_kcmp)
/linux-4.4.14/arch/xtensa/include/uapi/asm/
H A Dunistd.h730 __SYSCALL(331, sys_kcmp, 5)
/linux-4.4.14/include/uapi/asm-generic/
H A Dunistd.h693 __SYSCALL(__NR_kcmp, sys_kcmp)
/linux-4.4.14/arch/arm64/include/asm/
H A Dunistd32.h781 __SYSCALL(__NR_kcmp, sys_kcmp)
/linux-4.4.14/arch/cris/arch-v10/kernel/
H A Dentry.S956 .long sys_kcmp /* 350 */
/linux-4.4.14/arch/cris/arch-v32/kernel/
H A Dentry.S887 .long sys_kcmp /* 350 */
/linux-4.4.14/include/linux/
H A Dsyscalls.h875 asmlinkage long sys_kcmp(pid_t pid1, pid_t pid2, int type,
/linux-4.4.14/arch/ia64/kernel/
H A Dentry.S1773 data8 sys_kcmp // 1345

Completed in 522 milliseconds