Home
last modified time | relevance | path

Searched refs:run_queue_remove (Results 1 – 8 of 8) sorted by relevance

/xnu-8020.140.41/osfmk/kern/
H A Dsched_proto.c447 run_queue_remove(rq, thread); in sched_proto_processor_queue_remove()
H A Dsched_dualq.c438 run_queue_remove(rq, thread); in sched_dualq_processor_queue_remove()
H A Dsched_amp.c464 run_queue_remove(rq, thread); in sched_amp_processor_queue_remove()
H A Dsched_traditional.c633 run_queue_remove(rq, thread); in sched_traditional_processor_queue_remove()
H A Dsched_prim.h309 extern void run_queue_remove(
H A Dsched_multiq.c1359 run_queue_remove(multiq_bound_runq(processor), thread); in sched_multiq_processor_queue_remove()
H A Dsched_clutch.c1878 run_queue_remove(&root_bucket->scrb_bound_thread_runq, thread); in sched_edge_bound_thread_remove()
3060 run_queue_remove(rq, thread); in sched_clutch_processor_queue_remove()
H A Dsched_prim.c3972 run_queue_remove( in run_queue_remove() function