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