Home
last modified time | relevance | path

Searched refs:kcmp_epoll_slot (Results 1 – 9 of 9) sorted by relevance

/external/strace/tests-mx32/
Dkcmp.c70 struct kcmp_epoll_slot { struct
128 struct kcmp_epoll_slot *slot = in do_kcmp()
129 (struct kcmp_epoll_slot *) (uintptr_t) idx2; in do_kcmp()
161 static const struct kcmp_epoll_slot slot_data[] = { in main()
171 TAIL_ALLOC_OBJECT_CONST_PTR(struct kcmp_epoll_slot, slot); in main()
/external/strace/tests/
Dkcmp.c70 struct kcmp_epoll_slot { struct
128 struct kcmp_epoll_slot *slot = in do_kcmp()
129 (struct kcmp_epoll_slot *) (uintptr_t) idx2; in do_kcmp()
161 static const struct kcmp_epoll_slot slot_data[] = { in main()
171 TAIL_ALLOC_OBJECT_CONST_PTR(struct kcmp_epoll_slot, slot); in main()
/external/strace/tests-m32/
Dkcmp.c70 struct kcmp_epoll_slot { struct
128 struct kcmp_epoll_slot *slot = in do_kcmp()
129 (struct kcmp_epoll_slot *) (uintptr_t) idx2; in do_kcmp()
161 static const struct kcmp_epoll_slot slot_data[] = { in main()
171 TAIL_ALLOC_OBJECT_CONST_PTR(struct kcmp_epoll_slot, slot); in main()
/external/linux-kselftest/tools/testing/selftests/kcmp/
Dkcmp_test.c33 struct kcmp_epoll_slot epoll_slot; in main()
138 epoll_slot = (struct kcmp_epoll_slot) { in main()
/external/kernel-headers/original/uapi/linux/
Dkcmp.h22 struct kcmp_epoll_slot { struct
/external/strace/
Dconfigure.ac344 struct kcmp_epoll_slot
Dconfig.h.in1178 /* Define to 1 if the system has the type `struct kcmp_epoll_slot'. */
Dconfigure10281 ac_fn_c_check_type "$LINENO" "struct kcmp_epoll_slot" "ac_cv_type_struct_kcmp_epoll_slot" "#include…
DChangeLog11337 * configure.ac (AC_CHECK_TYPES): Add check for struct kcmp_epoll_slot.