Home
last modified time | relevance | path

Searched refs:cqe_dequeue_head (Results 1 – 4 of 4) sorted by relevance

/xnu-11417.121.6/tests/sched/sched_test_harness/shadow_headers/
H A Dsched_prim.c131 thread = cqe_dequeue_head(queue, struct thread, runq_links); in run_queue_dequeue()
/xnu-11417.121.6/osfmk/kern/
H A Dcircle_queue.h313 #define cqe_dequeue_head(head, type, field) ({ \ macro
H A Dwaitq.c1608 thread_t thread = cqe_dequeue_head(&args.threadq, struct thread, wait_links); in waitq_wakeup64_identify_locked()
H A Dsched_prim.c4371 thread = cqe_dequeue_head(queue, struct thread, runq_links); in run_queue_dequeue()