Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/kern/
H A Dturnstile.c1266 turnstile_recompute_priority_locked(turnstile); in turnstile_kernel_update_inheritor_on_wake_locked()
1649 return turnstile_recompute_priority_locked(dst_turnstile); in turnstile_update_thread_promotion_locked()
2197 return turnstile_recompute_priority_locked(dst_turnstile); in turnstile_update_turnstile_promotion_locked()
2278 needs_update = turnstile_recompute_priority_locked(dst_turnstile); in turnstile_add_turnstile_promotion()
2325 needs_update = turnstile_recompute_priority_locked(dst_turnstile); in turnstile_remove_turnstile_promotion()
2437 turnstile_recompute_priority_locked( in turnstile_recompute_priority_locked() function
2524 needs_priority_update = turnstile_recompute_priority_locked(turnstile); in turnstile_recompute_priority()
2756 turnstile_recompute_priority_locked(turnstile); in turnstile_update_inheritor_priority_chain()
H A Dturnstile.h494 turnstile_recompute_priority_locked(
H A Dwaitq.c1396 turnstile_recompute_priority_locked(waitq_to_turnstile(safeq)); in waitq_assert_wait64_locked()