Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/kern/
H A Dmpqueue.h68 *(elt) = dequeue_head(&(q)->head); \
H A Dqueue.h231 #define dequeue(queue) dequeue_head(queue)
301 dequeue_head( in dequeue_head() function
542 queue_entry_t _tmp_entry = dequeue_head((head)); \
H A Dsched_grrr.c388 while ((thread = (thread_t)(void *)dequeue_head(&bqueue)) != THREAD_NULL) { in sched_grrr_processor_queue_shutdown()
394 while ((thread = (thread_t)(void *)dequeue_head(&tqueue)) != THREAD_NULL) { in sched_grrr_processor_queue_shutdown()
/xnu-8020.101.4/iokit/DriverKit/
H A Dqueue_implementation.h231 #define dequeue(queue) dequeue_head(queue)
301 dequeue_head( in dequeue_head() function
542 queue_entry_t _tmp_entry = dequeue_head((head)); \
/xnu-8020.101.4/osfmk/i386/
H A Dmp.c2012 call = (timer_call_t) dequeue_head(&cpu_warm_call_list); in grab_warm_timer_call()