Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/kern/
H A Dsched_clutch.c645 bool *highest_is_aboveui, in sched_clutch_root_unbound_select_aboveui() argument
690 bool unbound_should_win_ties = higher_is_aboveui == true && *highest_is_aboveui == false; in sched_clutch_root_unbound_select_aboveui()
694 *highest_is_aboveui = higher_is_aboveui; in sched_clutch_root_unbound_select_aboveui()
712 bool *highest_is_aboveui, in sched_clutch_root_bound_select_aboveui() argument
719 …k(root_bucket_aboveui->scrb_bound_thread_runq.highq, *highest_pri, *highest_is_aboveui == false)) { in sched_clutch_root_bound_select_aboveui()
722 *highest_is_aboveui = true; in sched_clutch_root_bound_select_aboveui()
730 *highest_is_aboveui = false; in sched_clutch_root_bound_select_aboveui()
735 …ket_should_win_ties = prev_bucket->scrb_bucket == TH_BUCKET_FIXPRI && *highest_is_aboveui == false; in sched_clutch_root_bound_select_aboveui()
739 *highest_is_aboveui = prev_bucket->scrb_bucket == TH_BUCKET_FIXPRI; in sched_clutch_root_bound_select_aboveui()
790 bool highest_is_aboveui = false; in sched_clutch_root_highest_aboveui_root_bucket() local
[all …]