Home
last modified time | relevance | path

Searched refs:run_queue_dequeue (Results 1 – 6 of 6) sorted by relevance

/xnu-8020.140.41/osfmk/kern/
H A Dsched_dualq.c245 return run_queue_dequeue(chosen_runq, SCHED_HEADQ); in sched_dualq_choose_thread()
284 return run_queue_dequeue(chosen_runq, SCHED_HEADQ); in sched_dualq_choose_thread()
404 thread = run_queue_dequeue(rq, SCHED_HEADQ); in sched_dualq_processor_queue_shutdown()
470 thread = run_queue_dequeue(&cset->pset_runq, SCHED_HEADQ); in sched_dualq_steal_thread()
H A Dsched_amp.c267 return run_queue_dequeue(chosen_runq, SCHED_HEADQ); in sched_amp_choose_thread()
430 thread = run_queue_dequeue(rq, SCHED_HEADQ); in sched_amp_processor_queue_shutdown()
516 thread = run_queue_dequeue(&pset->pset_runq, SCHED_HEADQ); in sched_amp_steal_thread()
H A Dsched_prim.h300 extern thread_t run_queue_dequeue(
H A Dsched_multiq.c1055 return run_queue_dequeue(bound_runq, SCHED_HEADQ); in sched_multiq_choose_thread()
H A Dsched_clutch.c2902 thread = run_queue_dequeue(bound_runq, SCHED_HEADQ); in sched_clutch_choose_thread()
3590 thread = run_queue_dequeue(bound_runq, SCHED_HEADQ); in sched_edge_choose_thread()
H A Dsched_prim.c3891 run_queue_dequeue( in run_queue_dequeue() function