Home
last modified time | relevance | path

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

/xnu-10063.141.1/osfmk/kern/
H A Dexclaves_inspection.h71 enqueue_head(queue, elm); in exclaves_inspection_queue_add()
H A Dsched_grrr.c739 enqueue_head(&group->clients, (queue_entry_t)thread); in grrr_enqueue()
H A Dqueue.h250 enqueue_head( in enqueue_head() function
H A Dsync_sema.c129 enqueue_head(&task->semaphore_list, &s->task_link); in semaphore_create()
H A Dthread_call.c694 enqueue_head(&thread_call_internal_queue, &call->tc_qlink); in _internal_call_release()
/xnu-10063.141.1/osfmk/i386/
H A Dmp.c2001 enqueue_head(&cpu_warm_call_list, (queue_entry_t)&cpu_warm_call_arr[i]); in cpu_prewarm_init()
2029 enqueue_head(&cpu_warm_call_list, (queue_entry_t)call); in free_warm_timer_call()
/xnu-10063.141.1/iokit/Kernel/
H A DIOLib.cpp1385 enqueue_head(&a->list, &pa->link); in iopa_alloc()