Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kern/
H A Dturnstile.c1559 return needs_update; in turnstile_need_thread_promotion_update()
1698 if (!needs_update) { in thread_add_turnstile_promotion()
1707 return needs_update; in thread_add_turnstile_promotion()
1759 if (!needs_update) { in thread_remove_turnstile_promotion()
1767 return needs_update; in thread_remove_turnstile_promotion()
1808 return needs_update; in thread_needs_turnstile_promotion_update()
1867 return needs_update; in thread_update_turnstile_promotion_locked()
1892 if (!needs_update) { in thread_update_turnstile_promotion()
1904 if (!needs_update) { in thread_update_turnstile_promotion()
1913 return needs_update; in thread_update_turnstile_promotion()
[all …]
H A Dthread_policy.c3021 boolean_t needs_update = FALSE; in thread_recompute_kernel_promotion_locked() local
3044 needs_update = TRUE; in thread_recompute_kernel_promotion_locked()
3049 return needs_update; in thread_recompute_kernel_promotion_locked()
3062 boolean_t needs_update = FALSE; in thread_recompute_user_promotion_locked() local
3070 return needs_update; in thread_recompute_user_promotion_locked()
3100 needs_update = TRUE; in thread_recompute_user_promotion_locked()
3109 return needs_update; in thread_recompute_user_promotion_locked()
3145 boolean_t needs_update; in thread_kevent_override() local
3174 needs_update = qos_override != old_override; in thread_kevent_override()
3176 needs_update = qos_override > old_override; in thread_kevent_override()
[all …]
H A Dtask.c8703 bool needs_update = false; in task_set_game_mode_locked() local
8714 needs_update = true; in task_set_game_mode_locked()
8718 needs_update = true; in task_set_game_mode_locked()
8722 return needs_update; in task_set_game_mode_locked()
8728 bool needs_update = false; in task_set_game_mode() local
8740 if (needs_update) { in task_set_game_mode()
8763 bool needs_update = false; in task_set_carplay_mode_locked() local
8774 needs_update = true; in task_set_carplay_mode_locked()
8778 needs_update = true; in task_set_carplay_mode_locked()
8781 return needs_update; in task_set_carplay_mode_locked()
[all …]
H A Dsched_prim.c7917 bool needs_update = sched_needs_update_requested_powered_cores(); in sched_update_powered_cores_continue() local
7919 if (needs_update) { in sched_update_powered_cores_continue()
7935 if (!needs_update) { in sched_update_powered_cores_continue()
7983 bool needs_update = sched_needs_update_requested_powered_cores(); in sched_perfcontrol_update_powered_cores() local
7985 if (needs_update) { in sched_perfcontrol_update_powered_cores()
7992 if (needs_update) { in sched_perfcontrol_update_powered_cores()
8194 bool needs_update = sched_needs_update_requested_powered_cores(); in sched_disable_acc_rail() local
8196 if (needs_update) { in sched_disable_acc_rail()
8203 if (needs_update) { in sched_disable_acc_rail()