Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kern/
H A Dsched_multiq.c450 multiq_main_entryq(processor_t processor) in multiq_main_entryq() function
1026 entry_queue_t main_entryq = multiq_main_entryq(processor); in sched_multiq_choose_thread()
1157 sched_group_enqueue_thread(multiq_main_entryq(processor), in sched_multiq_processor_enqueue()
1182 entry_queue_t entryq = multiq_main_entryq(processor); in sched_multiq_quantum_expire()
1199 return multiq_main_entryq(processor)->count == 0 && in sched_multiq_processor_queue_empty()
1213 entry_queue_t main_entryq = multiq_main_entryq(processor); in sched_multiq_processor_csw_check()
1247 run_queue_t main_runq = multiq_main_entryq(processor); in sched_multiq_processor_queue_has_priority()
1271 return multiq_main_entryq(processor)->count + multiq_bound_runq(processor)->count; in sched_multiq_runq_count()
1285 return bound_sum + multiq_main_entryq(processor)->runq_stats.count_sum; in sched_multiq_runq_stats_count_sum()
1301 entry_queue_t main_entryq = multiq_main_entryq(processor); in sched_multiq_processor_queue_shutdown()
[all …]