Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/kern/
H A Dsched_clutch.c643 bool *highest_is_aboveui, in sched_clutch_root_unbound_select_aboveui() argument
688 bool unbound_should_win_ties = higher_is_aboveui == true && *highest_is_aboveui == false; in sched_clutch_root_unbound_select_aboveui()
692 *highest_is_aboveui = higher_is_aboveui; in sched_clutch_root_unbound_select_aboveui()
710 bool *highest_is_aboveui, in sched_clutch_root_bound_select_aboveui() argument
717 …k(root_bucket_aboveui->scrb_bound_thread_runq.highq, *highest_pri, *highest_is_aboveui == false)) { in sched_clutch_root_bound_select_aboveui()
720 *highest_is_aboveui = true; in sched_clutch_root_bound_select_aboveui()
728 *highest_is_aboveui = false; in sched_clutch_root_bound_select_aboveui()
733 …ket_should_win_ties = prev_bucket->scrb_bucket == TH_BUCKET_FIXPRI && *highest_is_aboveui == false; in sched_clutch_root_bound_select_aboveui()
737 *highest_is_aboveui = prev_bucket->scrb_bucket == TH_BUCKET_FIXPRI; in sched_clutch_root_bound_select_aboveui()
788 bool highest_is_aboveui = false; in sched_clutch_root_highest_aboveui_root_bucket() local
[all …]