Searched refs:dequeue_head (Results 1 - 9 of 9) sorted by relevance

/xnu-2422.115.4/osfmk/kern/
H A Dqueue.c99 dequeue_head( function
H A Dqueue.h113 #define dequeue(queue) dequeue_head(queue)
131 extern queue_entry_t dequeue_head(
187 dequeue_head(
678 *(elt) = dequeue_head(&(q)->head); \
H A Dsched_fixedpriority.c455 while ((thread = (thread_t)(void *)dequeue_head(&bqueue)) != THREAD_NULL) {
461 while ((thread = (thread_t)(void *)dequeue_head(&tqueue)) != THREAD_NULL) {
H A Dsched_grrr.c376 while ((thread = (thread_t)(void *)dequeue_head(&bqueue)) != THREAD_NULL) {
382 while ((thread = (thread_t)(void *)dequeue_head(&tqueue)) != THREAD_NULL) {
H A Dthread_call.c384 call = TC(dequeue_head(&thread_call_internal_queue));
1184 call = TC(dequeue_head(&group->pending_queue));
H A Dsched_prim.c1816 thread = (thread_t)dequeue_head(q);
1870 thread = (thread_t)dequeue_head(&rt_runq.queue);
2936 thread = (thread_t)dequeue_head(&fs_runq.queue);
2999 thread = (thread_t)dequeue_head(queue);
3711 processor = (processor_t)dequeue_head(&cset->active_queue);
3973 while ((thread = (thread_t)dequeue_head(&tqueue)) != THREAD_NULL) {
H A Dthread.c531 while ((thread = (thread_t)dequeue_head(&thread_terminate_queue)) != THREAD_NULL) {
619 while ((thread = (thread_t)dequeue_head(&thread_stack_queue)) != THREAD_NULL) {
H A Dzalloc.c3349 while ((page_meta = (struct zone_page_metadata *)dequeue_head(&page_meta_head)) != NULL) {
/xnu-2422.115.4/osfmk/i386/
H A Dmp.c1744 call = (timer_call_t) dequeue_head(&cpu_warm_call_list);

Completed in 102 milliseconds