Home
last modified time | relevance | path

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

/openbmc/qemu/tests/unit/
H A Dtest-vmstate.c787 TestQtailqElement *qlast_to = QTAILQ_LAST(&tgt.q); in test_load_q() local
792 if ((qele_from == qlast_from) || (qele_to == qlast_to)) { in test_load_q()
800 g_assert_cmpint((uintptr_t) qele_to, ==, (uintptr_t) qlast_to); in test_load_q()