Home
last modified time | relevance | path

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

/external/strace/xlat/
Dkcmp_types.h17 #if !(defined(KCMP_IO) || (defined(HAVE_DECL_KCMP_IO) && HAVE_DECL_KCMP_IO))
18 # define KCMP_IO 5 macro
37 XLAT(KCMP_IO),
Dkcmp_types.in6 KCMP_IO 5
/external/kernel-headers/original/uapi/linux/
Dkcmp.h11 KCMP_IO, enumerator
/external/ltp/testcases/kernel/syscalls/kcmp/
Dkcmp.h34 KCMP_IO, enumerator
/external/strace/
Dkcmp.c48 case KCMP_IO: in SYS_FUNC()
/external/linux-kselftest/tools/testing/selftests/kcmp/
Dkcmp_test.c68 sys_kcmp(pid1, pid2, KCMP_IO, 0, 0), in main()