Home
last modified time | relevance | path

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

/xnu-8792.61.2/osfmk/kern/
H A Dtimer_call.c354 remqueue(&entry->tc_qlink); in timer_call_entry_dequeue()
410 re_queue_tail(&new_mpqueue->head, &entry->tc_qlink); in timer_call_entry_enqueue_deadline()
412 enqueue_tail(&new_mpqueue->head, &entry->tc_qlink); in timer_call_entry_enqueue_deadline()
452 enqueue_tail(&queue->head, &entry->tc_qlink); in timer_call_entry_enqueue_tail()
477 remqueue(&entry->tc_qlink); in timer_call_entry_dequeue_async()
844 call = qe_queue_first(&queue->head, struct timer_call, tc_qlink); in timer_queue_shutdown()
958 call = qe_queue_first(&queue->head, struct timer_call, tc_qlink); in timer_queue_expire_with_options()
1058 call = qe_queue_next(&queue->head, call, struct timer_call, tc_qlink); in timer_queue_expire_with_options()
1171 qe_foreach_element(call, &queue_from->head, tc_qlink) { in timer_queue_migrate()
1179 qe_foreach_element_safe(call, &queue_from->head, tc_qlink) { in timer_queue_migrate()
[all …]
H A Dthread_call.c315 enqueue_tail(new_queue, &call->tc_qlink); in thread_call_enqueue_tail()
317 re_queue_tail(new_queue, &call->tc_qlink); in thread_call_enqueue_tail()
346 remqueue(&call->tc_qlink); in thread_call_dequeue()
396 enqueue_tail(new_queue, &call->tc_qlink); in thread_call_enqueue_deadline()
398 re_queue_tail(new_queue, &call->tc_qlink); in thread_call_enqueue_deadline()
622 enqueue_tail(&thread_call_internal_queue, &internal_call_storage[i].tc_qlink); in _internal_call_init()
645 struct thread_call, tc_qlink); in _internal_call_allocate()
693 enqueue_head(&thread_call_internal_queue, &call->tc_qlink); in _internal_call_release()
891 qe_foreach_element_safe(call, queue, tc_qlink) { in _cancel_func_from_queue()
1740 struct thread_call, tc_qlink); in thread_call_thread()
[all …]
H A Dtimer_call.h77 queue_chain_t tc_qlink; member
H A Dthread_call.h381 queue_chain_t tc_qlink; member