Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kern/
H A Dhost_notify.c52 static queue_head_t host_notify_queue[HOST_NOTIFY_TYPE_MAX + 1]; variable
63 queue_init(&host_notify_queue[i]); in host_notify_init()
95 enqueue_tail(&host_notify_queue[notify_type], (queue_entry_t)entry); in host_request_notification()
138 queue_t notify_queue = &host_notify_queue[notify_type]; in host_notify_all()