Home
last modified time | relevance | path

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

/xnu-10002.1.13/osfmk/kern/
H A Dturnstile.c1398 turnstile_stats_update(1, TSU_NO_PRI_CHANGE_NEEDED | in turnstile_update_inheritor_locked()
1428 turnstile_stats_update(1, TSU_NO_PRI_CHANGE_NEEDED | in turnstile_update_inheritor_locked()
1459 turnstile_stats_update(1, TSU_NO_PRI_CHANGE_NEEDED | in turnstile_update_inheritor_locked()
1944 turnstile_stats_update(1, TSU_NO_PRI_CHANGE_NEEDED | in thread_update_turnstile_promotion()
2106 return TSU_NO_PRI_CHANGE_NEEDED; in thread_get_update_flags_for_turnstile_propagation_stoppage()
2112 return TSU_NO_PRI_CHANGE_NEEDED; in thread_get_update_flags_for_turnstile_propagation_stoppage()
2261 turnstile_stats_update(1, TSU_NO_PRI_CHANGE_NEEDED | in turnstile_update_turnstile_promotion()
2274 (dst_turnstile->ts_inheritor ? TSU_NO_PRI_CHANGE_NEEDED : TSU_NO_INHERITOR) | in turnstile_update_turnstile_promotion()
2323 (dst_turnstile->ts_inheritor ? TSU_NO_PRI_CHANGE_NEEDED : TSU_NO_INHERITOR) | in turnstile_add_turnstile_promotion()
2370 (dst_turnstile->ts_inheritor ? TSU_NO_PRI_CHANGE_NEEDED : TSU_NO_INHERITOR) | in turnstile_remove_turnstile_promotion()
[all …]
H A Dturnstile.h317 TSU_NO_PRI_CHANGE_NEEDED = 0x20, enumerator