Home
last modified time | relevance | path

Searched refs:enqueue_tail (Results 1 – 18 of 18) sorted by relevance

/xnu-11215/osfmk/kern/
H A Dhost_notify.c105 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 Dmpqueue.h35 enqueue_tail(&(q)->head, elt); \
H A Dqueue.h273 #define enqueue(queue, elt) enqueue_tail(queue, elt)
292 enqueue_tail( in enqueue_tail() function
H A Drestartable.c313 enqueue_tail(head, &rr->rr_link); in _restartable_ranges_create()
H A Dsched_dualq.c405 enqueue_tail(&tqueue, &thread->runq_links); in sched_dualq_processor_queue_shutdown()
H A Dthread_call.c316 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 Dsched_amp.c437 enqueue_tail(&tqueue, &thread->runq_links); in sched_amp_processor_queue_shutdown()
H A Dsched_clutch.c1578 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 Dtimer_call.c413 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 Dthread_group.c281 enqueue_tail(&tg_queue, &tg->tg_queue_chain); in thread_group_create_and_retain()
H A Dcoalition.c644 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 Dsched_prim.c4428 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 Dthread.c1053 enqueue_tail(&crashed_threads_queue, &thread->runq_links); in thread_terminate_queue_invoke()
/xnu-11215/iokit/IOKit/
H A DIOSharedDataQueue.h151 enqueue_tail(void *data, UInt32 dataSize) in enqueue_tail() function
/xnu-11215/iokit/DriverKit/
H A Dqueue_implementation.h273 #define enqueue(queue, elt) enqueue_tail(queue, elt)
292 enqueue_tail( in enqueue_tail() function
/xnu-11215/bsd/kern/
H A Dkern_malloc.c198 enqueue_tail(&OSMalloc_tag_list, (queue_entry_t)OSMTag); in OSMalloc_Tagalloc_external()
/xnu-11215/osfmk/vm/
H A Dvm_page.h778 #define vm_page_enqueue_tail enqueue_tail
/xnu-11215/iokit/Kernel/
H A DIOLib.cpp1428 enqueue_tail(&a->list, &pa->link); in iopa_free()