Home
last modified time | relevance | path

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

/openbmc/qemu/tests/unit/
H A Dtest-vmstate.c783 TestQtailqElement *qele_from = QTAILQ_FIRST(&obj_q.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()
794 qele_from = QTAILQ_NEXT(qele_from, next); in test_load_q()
798 g_assert_cmpint((uintptr_t) qele_from, ==, (uintptr_t) qlast_from); in test_load_q()