Home
last modified time | relevance | path

Searched refs:dequeue_head (Results 1 – 4 of 4) sorted by relevance

/xnu-10063.141.1/osfmk/kern/
H A Dmpqueue.h45 *(elt) = dequeue_head(&(q)->head); \
H A Dqueue.h246 #define dequeue(queue) dequeue_head(queue)
280 dequeue_head( in dequeue_head() function
521 queue_entry_t _tmp_entry = dequeue_head((head)); \
H A Dsched_grrr.c389 while ((thread = (thread_t)(void *)dequeue_head(&bqueue)) != THREAD_NULL) { in sched_grrr_processor_queue_shutdown()
395 while ((thread = (thread_t)(void *)dequeue_head(&tqueue)) != THREAD_NULL) { in sched_grrr_processor_queue_shutdown()
/xnu-10063.141.1/osfmk/i386/
H A Dmp.c2014 call = (timer_call_t) dequeue_head(&cpu_warm_call_list); in grab_warm_timer_call()