Home
last modified time | relevance | path

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

/xnu-10002.81.5/osfmk/kern/
H A Dhost_notify.c52 static queue_head_t host_notify_queue[HOST_NOTIFY_TYPE_MAX + 1] = { variable
53 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()