Searched refs:dequeue_head (Results 1 – 5 of 5) sorted by relevance
68 *(elt) = dequeue_head(&(q)->head); \
231 #define dequeue(queue) dequeue_head(queue)301 dequeue_head( in dequeue_head() function542 queue_entry_t _tmp_entry = dequeue_head((head)); \
388 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()
2012 call = (timer_call_t) dequeue_head(&cpu_warm_call_list); in grab_warm_timer_call()