Searched refs:PollingEntry (Results 1 – 1 of 1) sorted by relevance
140 typedef struct PollingEntry { struct143 struct PollingEntry *next; argument144 } PollingEntry; typedef146 static PollingEntry *first_polling_entry;150 PollingEntry **ppe, *pe; in qemu_add_polling_cb()151 pe = g_malloc0(sizeof(PollingEntry)); in qemu_add_polling_cb()161 PollingEntry **ppe, *pe; in qemu_del_polling_cb()218 PollingEntry *pe; in os_host_main_loop_wait()