Home
last modified time | relevance | path

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

/xnu-8020.101.4/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.c129 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()
/xnu-8020.101.4/iokit/DriverKit/
H A Dqueue_implementation.h271 enqueue_head( in enqueue_head() function
/xnu-8020.101.4/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-8020.101.4/iokit/Kernel/
H A DIOLib.cpp1282 enqueue_head(&a->list, &pa->link); in iopa_alloc()