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

/darwin-on-arm/xnu/osfmk/kern/
H A Dhost_notify.c48 static queue_head_t host_notify_queue[HOST_NOTIFY_TYPE_MAX+1]; variable
66 queue_init(&host_notify_queue[i]);
116 enqueue_tail(&host_notify_queue[notify_type], (queue_entry_t)entry);
156 queue_t notify_queue = &host_notify_queue[notify_type];

Completed in 106 milliseconds