Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/kern/
H A Dsched_rt.c1388 thread_t ed_thread = qe_queue_first(&ed_runq->pri_queue, struct thread, runq_links); in rt_runq_dequeue()
1389 thread_t hi_thread = qe_queue_first(&rt_runq->pri_queue, struct thread, runq_links); in rt_runq_dequeue()
1406 thread_t next_rt = qe_queue_first(&rt_runq->pri_queue, struct thread, runq_links); in rt_runq_dequeue()
1446 thread_t next_rt = qe_queue_first(&rt_runq->pri_queue, struct thread, runq_links); in rt_runq_first()
1469 thread_t next_rt = qe_queue_first(&rt_runq->pri_queue, struct thread, runq_links); in rt_runq_remove()
H A Dqueue.h563 #define qe_queue_first(head, type, field) ({ \ macro
H A Dtimer_call.c851 timer_call_t call = qe_queue_first(&queue->head, in timer_queue_shutdown()
973 call = qe_queue_first(&queue->head, struct timer_call, tc_qlink); in timer_queue_expire_with_options()
/xnu-12377.1.9/iokit/DriverKit/
H A Dqueue_implementation.h563 #define qe_queue_first(head, type, field) ({ \ macro
/xnu-12377.1.9/iokit/Kernel/
H A DIOServicePM.cpp8739 entry = qe_queue_first(&fPMDriverCallQueue, IOPMDriverCallEntry, link); in getBlockingDriverCall()