Searched refs:enqueue_head (Results 1 - 10 of 10) sorted by relevance

/darwin-on-arm/xnu/osfmk/kern/
H A Dqueue.c71 enqueue_head( function
H A Dqueue.h121 extern void enqueue_head(
165 enqueue_head(
H A Dsched_grrr.c734 enqueue_head(&group->clients, (queue_entry_t)thread);
H A Dsync_lock.c91 enqueue_head(&(t)->lock_set_list, (queue_entry_t) (ls));\
H A Dsync_sema.c210 enqueue_head(&task->semaphore_list, (queue_entry_t) s);
H A Dthread_call.c393 enqueue_head(&thread_call_internal_queue, qe(call));
H A Dwait_queue.c1204 enqueue_head(&wq->wq_queue, (queue_entry_t) thread);
H A Dsched_prim.c1806 enqueue_head(&pset->idle_queue, (queue_entry_t)processor);
1811 enqueue_head(&processor->processor_meta->idle_queue, (queue_entry_t)processor);
2864 enqueue_head(queue, (queue_entry_t)thread);
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOBufferMemoryDescriptor.cpp209 if (pa->avail) enqueue_head(&gIOPageAllocList, &pa->link);
/darwin-on-arm/xnu/osfmk/i386/
H A Dmp.c1648 enqueue_head(&cpu_warm_call_list, (queue_entry_t)&cpu_warm_call_arr[i]);
1676 enqueue_head(&cpu_warm_call_list, (queue_entry_t)call);

Completed in 48 milliseconds