Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/kern/
H A Dsched_proto.c415 result = run_queue_enqueue(rq, thread, options); in sched_proto_processor_enqueue()
H A Dsched_dualq.c296 result = run_queue_enqueue(rq, thread, options); in sched_dualq_processor_enqueue()
H A Dsched_amp.c279 result = run_queue_enqueue(rq, thread, options); in sched_amp_processor_enqueue()
H A Dsched_traditional.c417 result = run_queue_enqueue(rq, thread, options); in sched_traditional_processor_enqueue()
H A Dsched_prim.h304 extern boolean_t run_queue_enqueue(
H A Dsched_multiq.c1151 result = run_queue_enqueue(multiq_bound_runq(processor), thread, options); in sched_multiq_processor_enqueue()
H A Dsched_clutch.c1863 run_queue_enqueue(&root_bucket->scrb_bound_thread_runq, thread, options); in sched_edge_bound_thread_insert()
2921 result = run_queue_enqueue(rq, thread, options); in sched_clutch_processor_enqueue()
H A Dsched_prim.c3930 run_queue_enqueue( in run_queue_enqueue() function