Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/kern/
H A Dsched_clutch.c644 int *highest_pri, in sched_clutch_root_unbound_select_aboveui() argument
691 …if (sched_clutch_pri_greater_than_tiebreak(higher_bucket_sched_pri, *highest_pri, unbound_should_w… in sched_clutch_root_unbound_select_aboveui()
692 *highest_pri = higher_bucket_sched_pri; in sched_clutch_root_unbound_select_aboveui()
711 int *highest_pri, in sched_clutch_root_bound_select_aboveui() argument
719 …ater_than_tiebreak(root_bucket_aboveui->scrb_bound_thread_runq.highq, *highest_pri, *highest_is_ab… in sched_clutch_root_bound_select_aboveui()
720 *highest_pri = root_bucket_aboveui->scrb_bound_thread_runq.highq; in sched_clutch_root_bound_select_aboveui()
727 …ri_greater_than_tiebreak(root_bucket_sharefg->scrb_bound_thread_runq.highq, *highest_pri, false)) { in sched_clutch_root_bound_select_aboveui()
728 *highest_pri = root_bucket_sharefg->scrb_bound_thread_runq.highq; in sched_clutch_root_bound_select_aboveui()
736 …if (sched_clutch_pri_greater_than_tiebreak(prev_thread->sched_pri, *highest_pri, prev_bucket_shoul… in sched_clutch_root_bound_select_aboveui()
737 *highest_pri = prev_thread->sched_pri; in sched_clutch_root_bound_select_aboveui()
[all …]
/xnu-12377.61.12/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()