Searched refs:TestQtailqElement (Results 1 – 1 of 1) sorted by relevance
669 typedef struct TestQtailqElement TestQtailqElement; typedef671 struct TestQtailqElement { struct674 QTAILQ_ENTRY(TestQtailqElement) next; argument679 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 …]