Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/kern/
H A Dcircle_queue.h267 #define cqe_dequeue_head(head, type, field) ({ \ macro
H A Dsched_multiq.c632 sched_entry = cqe_dequeue_head(queue, struct sched_entry, entry_links); in entry_queue_dequeue_entry()
764 thread = cqe_dequeue_head(queue, struct thread, runq_links); in group_run_queue_dequeue_thread()
H A Dsched_traditional.c570 while ((thread = cqe_dequeue_head(&tqueue, struct thread, runq_links)) != THREAD_NULL) { in sched_traditional_processor_queue_shutdown()
H A Dwaitq.c1572 thread = cqe_dequeue_head(&args.threadq, struct thread, wait_links); in waitq_wakeup64_identify_locked()
H A Dsched_prim.c3899 thread = cqe_dequeue_head(queue, struct thread, runq_links); in run_queue_dequeue()