Searched refs:cqe_dequeue_head (Results 1 – 5 of 5) sorted by relevance
| /xnu-8020.140.41/osfmk/kern/ |
| H A D | circle_queue.h | 267 #define cqe_dequeue_head(head, type, field) ({ \ macro
|
| H A D | sched_multiq.c | 632 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 D | sched_traditional.c | 570 while ((thread = cqe_dequeue_head(&tqueue, struct thread, runq_links)) != THREAD_NULL) { in sched_traditional_processor_queue_shutdown()
|
| H A D | waitq.c | 1572 thread = cqe_dequeue_head(&args.threadq, struct thread, wait_links); in waitq_wakeup64_identify_locked()
|
| H A D | sched_prim.c | 3899 thread = cqe_dequeue_head(queue, struct thread, runq_links); in run_queue_dequeue()
|