Searched refs:host_notify_queue (Results 1 – 1 of 1) sorted by relevance
52 static queue_head_t host_notify_queue[HOST_NOTIFY_TYPE_MAX + 1] = { variable53 QUEUE_HEAD_INITIALIZER(host_notify_queue[HOST_NOTIFY_CALENDAR_CHANGE]),54 QUEUE_HEAD_INITIALIZER(host_notify_queue[HOST_NOTIFY_CALENDAR_SET]),105 enqueue_tail(&host_notify_queue[notify_type], &entry->entries); in host_request_notification()154 qe_foreach_safe(e, &host_notify_queue[notify_type]) { in host_notify_all()