Home
last modified time | relevance | path

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

/xnu-11215.81.4/osfmk/kern/
H A Dsched_clutch.c625 int *highest_pri, in sched_clutch_root_unbound_select_aboveui() argument
672 …if (sched_clutch_pri_greater_than_tiebreak(higher_bucket_sched_pri, *highest_pri, unbound_should_w… in sched_clutch_root_unbound_select_aboveui()
673 *highest_pri = higher_bucket_sched_pri; in sched_clutch_root_unbound_select_aboveui()
692 int *highest_pri, in sched_clutch_root_bound_select_aboveui() argument
700 …ater_than_tiebreak(root_bucket_aboveui->scrb_bound_thread_runq.highq, *highest_pri, *highest_is_ab… in sched_clutch_root_bound_select_aboveui()
701 *highest_pri = root_bucket_aboveui->scrb_bound_thread_runq.highq; in sched_clutch_root_bound_select_aboveui()
708 …ri_greater_than_tiebreak(root_bucket_sharefg->scrb_bound_thread_runq.highq, *highest_pri, false)) { in sched_clutch_root_bound_select_aboveui()
709 *highest_pri = root_bucket_sharefg->scrb_bound_thread_runq.highq; in sched_clutch_root_bound_select_aboveui()
717 …if (sched_clutch_pri_greater_than_tiebreak(prev_thread->sched_pri, *highest_pri, prev_bucket_shoul… in sched_clutch_root_bound_select_aboveui()
718 *highest_pri = prev_thread->sched_pri; in sched_clutch_root_bound_select_aboveui()
[all …]
/xnu-11215.81.4/bsd/net/pktsched/
H A Dpktsched_fq_codel.c711 uint32_t highest_pri = FQ_IF_MAX_CLASSES; in fq_if_grps_bitmap_ffs() local
720 if (cur_pri <= highest_pri) { in fq_if_grps_bitmap_ffs()
721 highest_pri = cur_pri; in fq_if_grps_bitmap_ffs()