Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/kern/
H A Dsched_clutch.c642 int *highest_pri, in sched_clutch_root_unbound_select_aboveui() argument
689 …if (sched_clutch_pri_greater_than_tiebreak(higher_bucket_sched_pri, *highest_pri, unbound_should_w… in sched_clutch_root_unbound_select_aboveui()
690 *highest_pri = higher_bucket_sched_pri; in sched_clutch_root_unbound_select_aboveui()
709 int *highest_pri, in sched_clutch_root_bound_select_aboveui() argument
717 …ater_than_tiebreak(root_bucket_aboveui->scrb_bound_thread_runq.highq, *highest_pri, *highest_is_ab… in sched_clutch_root_bound_select_aboveui()
718 *highest_pri = root_bucket_aboveui->scrb_bound_thread_runq.highq; in sched_clutch_root_bound_select_aboveui()
725 …ri_greater_than_tiebreak(root_bucket_sharefg->scrb_bound_thread_runq.highq, *highest_pri, false)) { in sched_clutch_root_bound_select_aboveui()
726 *highest_pri = root_bucket_sharefg->scrb_bound_thread_runq.highq; in sched_clutch_root_bound_select_aboveui()
734 …if (sched_clutch_pri_greater_than_tiebreak(prev_thread->sched_pri, *highest_pri, prev_bucket_shoul… in sched_clutch_root_bound_select_aboveui()
735 *highest_pri = prev_thread->sched_pri; in sched_clutch_root_bound_select_aboveui()
[all …]
/xnu-12377.81.4/bsd/net/pktsched/
H A Dpktsched_fq_codel.c937 uint32_t highest_pri = FQ_IF_MAX_CLASSES; in fq_if_grps_bitmap_ffs() local
946 if (cur_pri <= highest_pri) { in fq_if_grps_bitmap_ffs()
947 highest_pri = cur_pri; in fq_if_grps_bitmap_ffs()