Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/kern/
H A Dsched_dualq.c195 run_queue_init(&processor->runq); in sched_dualq_processor_init()
201 run_queue_init(&pset->pset_runq); in sched_dualq_pset_init()
H A Dsched_amp.c212 run_queue_init(&processor->runq); in sched_amp_processor_init()
223 run_queue_init(&pset->pset_runq); in sched_amp_pset_init()
H A Dsched_traditional.c262 run_queue_init(&processor->runq); in sched_traditional_processor_init()
271 run_queue_init(&pset->pset_runq); in sched_traditional_pset_init()
H A Dsched_multiq.c379 run_queue_init(&processor->runq); in sched_multiq_processor_init()
385 run_queue_init(&pset->pset_runq); in sched_multiq_pset_init()
409 run_queue_init(&sched_group->runq); in sched_group_create()
H A Dsched_proto.c237 run_queue_init(global_runq); in sched_proto_init()
H A Dsched_prim.h297 extern void run_queue_init(
H A Dsched_clutch.c491 run_queue_init(&root_bucket->scrb_bound_thread_runq); in sched_clutch_root_bucket_init()
2838 run_queue_init(&processor->runq); in sched_clutch_processor_init()
H A Dsched_prim.c3868 run_queue_init( in run_queue_init() function