Home
last modified time | relevance | path

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

/qemu/tests/unit/
H A Dtest-vmstate.c669 typedef struct TestQtailqElement TestQtailqElement; typedef
671 struct TestQtailqElement { struct
674 QTAILQ_ENTRY(TestQtailqElement) next; argument
679 QTAILQ_HEAD(, TestQtailqElement) q;
688 VMSTATE_BOOL(b, TestQtailqElement),
689 VMSTATE_UINT8(u8, TestQtailqElement),
727 TestQtailqElement obj_qe1 = { in test_save_q()
732 TestQtailqElement obj_qe2 = { in test_save_q()
752 TestQtailqElement obj_qe1 = { in test_load_q()
757 TestQtailqElement obj_qe2 = { in test_load_q()
[all …]