Home
last modified time | relevance | path

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

/qemu/tests/unit/
H A Dtest-vmstate.c785 TestQtailqElement *qele_to = QTAILQ_FIRST(&tgt.q); in test_load_q() local
789 g_assert_cmpint(qele_to->b, ==, qele_from->b); in test_load_q()
790 g_assert_cmpint(qele_to->u8, ==, qele_from->u8); in test_load_q()
791 if ((qele_from == qlast_from) || (qele_to == qlast_to)) { in test_load_q()
795 qele_to = QTAILQ_NEXT(qele_to, next); in test_load_q()
799 g_assert_cmpint((uintptr_t) qele_to, ==, (uintptr_t) qlast_to); in test_load_q()