Searched refs:enqueue_tail (Results 1 – 18 of 18) sorted by relevance
| /xnu-11215/osfmk/kern/ |
| H A D | host_notify.c | 105 enqueue_tail(&host_notify_queue[notify_type], &entry->entries); in host_request_notification() 163 enqueue_tail(&send_queue, e); in host_notify_all()
|
| H A D | mpqueue.h | 35 enqueue_tail(&(q)->head, elt); \
|
| H A D | queue.h | 273 #define enqueue(queue, elt) enqueue_tail(queue, elt) 292 enqueue_tail( in enqueue_tail() function
|
| H A D | restartable.c | 313 enqueue_tail(head, &rr->rr_link); in _restartable_ranges_create()
|
| H A D | sched_dualq.c | 405 enqueue_tail(&tqueue, &thread->runq_links); in sched_dualq_processor_queue_shutdown()
|
| H A D | thread_call.c | 316 enqueue_tail(new_queue, &call->tc_qlink); in thread_call_enqueue_tail() 397 enqueue_tail(new_queue, &call->tc_qlink); in thread_call_enqueue_deadline() 623 enqueue_tail(&thread_call_internal_queue, &internal_call_storage[i].tc_qlink); in _internal_call_init()
|
| H A D | sched_amp.c | 437 enqueue_tail(&tqueue, &thread->runq_links); in sched_amp_processor_queue_shutdown()
|
| H A D | sched_clutch.c | 1578 enqueue_tail(&root_clutch->scr_clutch_buckets, &clutch_bucket->scb_listlink); in sched_clutch_bucket_hierarchy_insert() 2700 enqueue_tail(&clutch_bucket->scb_thread_timeshare_queue, &thread->th_clutch_timeshare_link); in sched_clutch_thread_insert() 3431 enqueue_tail(&tqueue, &thread->runq_links); in sched_clutch_processor_queue_shutdown() 4001 enqueue_tail(&tqueue, &thread->runq_links); in sched_edge_processor_queue_shutdown() 4927 enqueue_tail(clutch_threads, &thread->runq_links); in sched_edge_clutch_bucket_threads_drain()
|
| H A D | timer_call.c | 413 enqueue_tail(&new_mpqueue->head, &entry->tc_qlink); in timer_call_entry_enqueue_deadline() 453 enqueue_tail(&queue->head, &entry->tc_qlink); in timer_call_entry_enqueue_tail()
|
| H A D | thread_group.c | 281 enqueue_tail(&tg_queue, &tg->tg_queue_chain); in thread_group_create_and_retain()
|
| H A D | coalition.c | 644 enqueue_tail(&cr->tasks, &task->task_coalition[COALITION_TYPE_RESOURCE]); in i_coal_resource_adopt_task() 1122 enqueue_tail(&cj->other, &task->task_coalition[COALITION_TYPE_JETSAM]); in i_coal_jetsam_adopt_task()
|
| H A D | sched_prim.c | 4428 enqueue_tail(queue, &thread->runq_links); in rt_runq_enqueue() 4450 enqueue_tail(queue, &thread->runq_links); in rt_runq_enqueue() 4627 enqueue_tail(&tqueue, &thread->runq_links); in sched_rtlocal_queue_shutdown()
|
| H A D | thread.c | 1053 enqueue_tail(&crashed_threads_queue, &thread->runq_links); in thread_terminate_queue_invoke()
|
| /xnu-11215/iokit/IOKit/ |
| H A D | IOSharedDataQueue.h | 151 enqueue_tail(void *data, UInt32 dataSize) in enqueue_tail() function
|
| /xnu-11215/iokit/DriverKit/ |
| H A D | queue_implementation.h | 273 #define enqueue(queue, elt) enqueue_tail(queue, elt) 292 enqueue_tail( in enqueue_tail() function
|
| /xnu-11215/bsd/kern/ |
| H A D | kern_malloc.c | 198 enqueue_tail(&OSMalloc_tag_list, (queue_entry_t)OSMTag); in OSMalloc_Tagalloc_external()
|
| /xnu-11215/osfmk/vm/ |
| H A D | vm_page.h | 778 #define vm_page_enqueue_tail enqueue_tail
|
| /xnu-11215/iokit/Kernel/ |
| H A D | IOLib.cpp | 1428 enqueue_tail(&a->list, &pa->link); in iopa_free()
|