Searched refs:qe_queue_first (Results 1 – 5 of 5) sorted by relevance
| /xnu-8019.80.24/osfmk/kern/ ! |
| H A D | queue.h | 559 #define qe_queue_first(head, type, field) ({ \ macro
|
| H A D | timer_call.c | 816 call = qe_queue_first(&queue->head, struct timer_call, tc_qlink); in timer_queue_shutdown() 902 call = qe_queue_first(&queue->head, struct timer_call, tc_qlink); in timer_queue_expire_with_options()
|
| H A D | sched_prim.c | 4123 thread_t ed_thread = qe_queue_first(&ed_runq->pri_queue, struct thread, runq_links); in rt_runq_dequeue() 4124 thread_t hi_thread = qe_queue_first(&rt_runq->pri_queue, struct thread, runq_links); in rt_runq_dequeue() 4141 thread_t next_rt = qe_queue_first(&rt_runq->pri_queue, struct thread, runq_links); in rt_runq_dequeue() 4181 thread_t next_rt = qe_queue_first(&rt_runq->pri_queue, struct thread, runq_links); in rt_runq_first() 4204 thread_t next_rt = qe_queue_first(&rt_runq->pri_queue, struct thread, runq_links); in rt_runq_remove()
|
| /xnu-8019.80.24/iokit/DriverKit/ ! |
| H A D | queue_implementation.h | 559 #define qe_queue_first(head, type, field) ({ \ macro
|
| /xnu-8019.80.24/iokit/Kernel/ ! |
| H A D | IOServicePM.cpp | 8310 entry = qe_queue_first(&fPMDriverCallQueue, IOPMDriverCallEntry, link); in getBlockingDriverCall()
|