Lines Matching refs:CrwContainer
26 typedef struct CrwContainer { struct
28 QTAILQ_ENTRY(CrwContainer) sibling; argument
29 } CrwContainer; typedef
47 VMSTATE_STRUCT(crw, CrwContainer, 0, vmstate_crw, CRW),
307 QTAILQ_HEAD(, CrwContainer) pending_crws;
329 CrwContainer, sibling),
1829 CrwContainer *crw_cont; in css_do_stcrw()
1856 CrwContainer *crw_cont; in css_undo_stcrw()
1858 crw_cont = g_try_new0(CrwContainer, 1); in css_undo_stcrw()
2265 CrwContainer *crw_cont; in css_crw_add_to_queue()
2273 crw_cont = g_try_new0(CrwContainer, 1); in css_crw_add_to_queue()
2414 CrwContainer *crw_cont; in css_reset()