Searched refs:hotplug_event_queue (Results 1 – 1 of 1) sorted by relevance
40 GQueue *hotplug_event_queue; variable168 if (hotplug_event_queue == NULL) in hotplug_event_enqueue()169 hotplug_event_queue = g_queue_new (); in hotplug_event_enqueue()172 g_queue_push_head (hotplug_event_queue, hotplug_event); in hotplug_event_enqueue()174 g_queue_push_tail (hotplug_event_queue, hotplug_event); in hotplug_event_enqueue()184 (hotplug_event_queue == NULL || g_queue_is_empty (hotplug_event_queue))) { in hotplug_event_process_queue()193 hotplug_event = g_queue_pop_head (hotplug_event_queue); in hotplug_event_process_queue()