Home
last modified time | relevance | path

Searched refs:enqueue_head (Results 1 – 8 of 8) sorted by relevance

/xnu-8019.80.24/osfmk/kern/
H A Dqueue.h271 enqueue_head( in enqueue_head() function
H A Dsched_grrr.c738 enqueue_head(&group->clients, (queue_entry_t)thread); in grrr_enqueue()
H A Dsync_sema.c134 enqueue_head(&task->semaphore_list, &s->task_link); in semaphore_create()
H A Dthread_call.c670 enqueue_head(&thread_call_internal_queue, &call->tc_qlink); in _internal_call_release()
H A Dwaitq.c1746 enqueue_head(&safeq->waitq_queue, &thread->wait_links); in waitq_thread_insert()
/xnu-8019.80.24/iokit/DriverKit/
H A Dqueue_implementation.h271 enqueue_head( in enqueue_head() function
/xnu-8019.80.24/osfmk/i386/
H A Dmp.c1999 enqueue_head(&cpu_warm_call_list, (queue_entry_t)&cpu_warm_call_arr[i]); in cpu_prewarm_init()
2027 enqueue_head(&cpu_warm_call_list, (queue_entry_t)call); in free_warm_timer_call()
/xnu-8019.80.24/iokit/Kernel/
H A DIOLib.cpp1218 enqueue_head(&a->list, &pa->link); in iopa_alloc()