Searched refs:multiq_bound_runq (Results 1 – 1 of 1) sorted by relevance
457 multiq_bound_runq(processor_t processor) in multiq_bound_runq() function1027 run_queue_t bound_runq = multiq_bound_runq(processor); in sched_multiq_choose_thread()1151 result = run_queue_enqueue(multiq_bound_runq(processor), thread, options); in sched_multiq_processor_enqueue()1200 multiq_bound_runq(processor)->count == 0; in sched_multiq_processor_queue_empty()1214 run_queue_t bound_runq = multiq_bound_runq(processor); in sched_multiq_processor_csw_check()1248 run_queue_t bound_runq = multiq_bound_runq(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()1282 uint64_t bound_sum = multiq_bound_runq(processor)->runq_stats.count_sum; in sched_multiq_runq_stats_count_sum()1294 return multiq_bound_runq(processor)->count; in sched_multiq_processor_bound_count()1359 run_queue_remove(multiq_bound_runq(processor), thread); in sched_multiq_processor_queue_remove()[all …]