Searched refs:cqe_queue_first (Results 1 – 4 of 4) sorted by relevance
| /xnu-8019.80.24/osfmk/kern/ |
| H A D | circle_queue.h | 285 #define cqe_queue_first(head, type, field) ({ \ macro
|
| H A D | sched_multiq.c | 488 sched_entry_t entry = cqe_queue_first(queue, struct sched_entry, entry_links); in entry_queue_first_entry() 521 thread_t thread = cqe_queue_first(queue, struct thread, runq_links); in group_first_thread()
|
| H A D | sched_clutch.c | 408 return cqe_queue_first(queue, struct sched_clutch_bucket, scb_runqlink); in sched_clutch_bucket_runq_peek() 472 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 | 4039 thread_t thread = cqe_queue_first(queue, struct thread, runq_links); in run_queue_peek()
|