Home
last modified time | relevance | path

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

/openbmc/qemu/hw/i386/
H A Dacpi-build.c610 GQueue *pcnt_bus_list = g_queue_new(); in build_append_notfication_callback() local
625 g_queue_push_tail(pcnt_bus_list, sec); in build_append_notfication_callback()
651 while ((sec = g_queue_pop_head(pcnt_bus_list))) { in build_append_notfication_callback()
657 g_queue_free(pcnt_bus_list); in build_append_notfication_callback()