Searched refs:tc_qlink (Results 1 – 4 of 4) sorted by relevance
| /xnu-8019.80.24/osfmk/kern/ |
| H A D | timer_call.c | 326 remqueue(&entry->tc_qlink); in timer_call_entry_dequeue() 382 re_queue_tail(&new_mpqueue->head, &entry->tc_qlink); in timer_call_entry_enqueue_deadline() 384 enqueue_tail(&new_mpqueue->head, &entry->tc_qlink); in timer_call_entry_enqueue_deadline() 424 enqueue_tail(&queue->head, &entry->tc_qlink); in timer_call_entry_enqueue_tail() 449 remqueue(&entry->tc_qlink); in timer_call_entry_dequeue_async() 816 call = qe_queue_first(&queue->head, struct timer_call, tc_qlink); in timer_queue_shutdown() 902 call = qe_queue_first(&queue->head, struct timer_call, tc_qlink); in timer_queue_expire_with_options() 1002 call = qe_queue_next(&queue->head, call, struct timer_call, tc_qlink); in timer_queue_expire_with_options() 1099 qe_foreach_element(call, &queue_from->head, tc_qlink) { in timer_queue_migrate() 1107 qe_foreach_element_safe(call, &queue_from->head, tc_qlink) { in timer_queue_migrate() [all …]
|
| H A D | thread_call.c | 301 enqueue_tail(new_queue, &call->tc_qlink); in thread_call_enqueue_tail() 303 re_queue_tail(new_queue, &call->tc_qlink); in thread_call_enqueue_tail() 331 remqueue(&call->tc_qlink); in thread_call_dequeue() 380 enqueue_tail(new_queue, &call->tc_qlink); in thread_call_enqueue_deadline() 382 re_queue_tail(new_queue, &call->tc_qlink); in thread_call_enqueue_deadline() 601 enqueue_tail(&thread_call_internal_queue, &internal_call_storage[i].tc_qlink); in _internal_call_init() 624 struct thread_call, tc_qlink); in _internal_call_allocate() 670 enqueue_head(&thread_call_internal_queue, &call->tc_qlink); in _internal_call_release() 868 qe_foreach_element_safe(call, queue, tc_qlink) { in _cancel_func_from_queue() 1665 struct thread_call, tc_qlink); in thread_call_thread() [all …]
|
| H A D | timer_call.h | 77 queue_chain_t tc_qlink; member
|
| H A D | thread_call.h | 379 queue_chain_t tc_qlink; member
|