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

/darwin-on-arm/xnu/osfmk/kern/
H A Dtimer_call.c557 * to a target processor's (queue_to).
560 timer_queue_migrate(mpqueue_head_t *queue_from, mpqueue_head_t *queue_to) argument
566 DBG("timer_queue_migrate(%p,%p)\n", queue_from, queue_to);
569 assert(queue_from != queue_to);
593 timer_call_lock_spin(queue_to);
595 head_to = TIMER_CALL(queue_first(&queue_to->head));
596 if (queue_empty(&queue_to->head)) {
635 call, queue_to, CE(call)->deadline);
643 timer_call_unlock(queue_to);

Completed in 21 milliseconds