Home
last modified time | relevance | path

Searched refs:KCMP_VM (Results 1 – 6 of 6) sorted by relevance

/external/strace/xlat/
Dkcmp_types.h5 #if !(defined(KCMP_VM) || (defined(HAVE_DECL_KCMP_VM) && HAVE_DECL_KCMP_VM))
6 # define KCMP_VM 1 macro
33 XLAT(KCMP_VM),
Dkcmp_types.in2 KCMP_VM 1
/external/linux-kselftest/tools/testing/selftests/kcmp/
Dkcmp_test.c65 sys_kcmp(pid1, pid2, KCMP_VM, 0, 0), in main()
87 ret = sys_kcmp(pid1, pid1, KCMP_VM, 0, 0); in main()
/external/kernel-headers/original/uapi/linux/
Dkcmp.h7 KCMP_VM, enumerator
/external/ltp/testcases/kernel/syscalls/kcmp/
Dkcmp.h30 KCMP_VM, enumerator
/external/strace/
Dkcmp.c51 case KCMP_VM: in SYS_FUNC()