Searched refs:cqe_queue_first (Results 1 – 5 of 5) sorted by relevance
| /xnu-11215/tests/sched/sched_test_harness/shadow_headers/ |
| H A D | sched_prim.c | 235 thread_t thread = cqe_queue_first(queue, struct thread, runq_links); in run_queue_peek()
|
| /xnu-11215/osfmk/ipc/ |
| H A D | ipc_kmsg.h | 217 cqe_queue_first(queue, struct ipc_kmsg, ikm_link)
|
| /xnu-11215/osfmk/kern/ |
| H A D | circle_queue.h | 331 #define cqe_queue_first(head, type, field) ({ \ macro
|
| H A D | sched_clutch.c | 493 return cqe_queue_first(queue, struct sched_clutch_bucket, scb_runqlink); in sched_clutch_bucket_runq_peek() 557 assert(clutch_bucket == cqe_queue_first(queue, struct sched_clutch_bucket, scb_runqlink)); in sched_clutch_bucket_runq_rotate()
|
| H A D | sched_prim.c | 4403 thread_t thread = cqe_queue_first(queue, struct thread, runq_links); in run_queue_peek()
|