Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/ipc/
H A Dipc_kmsg.h214 cqe_queue_first(queue, struct ipc_kmsg, ikm_link)
/xnu-12377.61.12/tests/sched/sched_test_harness/shadow_headers/
H A Dsched_prim.c237 thread_t thread = cqe_queue_first(queue, struct thread, runq_links); in run_queue_peek()
/xnu-12377.61.12/osfmk/kern/
H A Dcircle_queue.h331 #define cqe_queue_first(head, type, field) ({ \ macro
H A Dsched_clutch.c512 return cqe_queue_first(queue, struct sched_clutch_bucket, scb_runqlink); in sched_clutch_bucket_runq_peek()
576 assert(clutch_bucket == cqe_queue_first(queue, struct sched_clutch_bucket, scb_runqlink)); in sched_clutch_bucket_runq_rotate()
H A Dsched_prim.c4125 thread_t thread = cqe_queue_first(queue, struct thread, runq_links); in run_queue_peek()