Searched refs:ts_inheritor (Results 1 – 4 of 4) sorted by relevance
926 assert3p(turnstile->ts_inheritor, ==, TURNSTILE_INHERITOR_NULL); in turnstile_destroy()1011 thread_turnstile->ts_inheritor = TURNSTILE_INHERITOR_NULL; in turnstile_prepare_common()1150 if (thread_turnstile->ts_inheritor != TURNSTILE_INHERITOR_NULL) { in turnstile_complete_common()1159 assert(thread_turnstile->ts_inheritor == TURNSTILE_INHERITOR_NULL); in turnstile_complete_common()1333 turnstile_inheritor_t old_inheritor = turnstile->ts_inheritor; in turnstile_update_inheritor_locked()1483 turnstile->ts_inheritor = new_inheritor; in turnstile_update_inheritor_locked()2272 (dst_turnstile->ts_inheritor ? TSU_NO_PRI_CHANGE_NEEDED : TSU_NO_INHERITOR) | in turnstile_update_turnstile_promotion()2321 (dst_turnstile->ts_inheritor ? TSU_NO_PRI_CHANGE_NEEDED : TSU_NO_INHERITOR) | in turnstile_add_turnstile_promotion()2368 (dst_turnstile->ts_inheritor ? TSU_NO_PRI_CHANGE_NEEDED : TSU_NO_INHERITOR) | in turnstile_remove_turnstile_promotion()2524 (turnstile->ts_inheritor != NULL); in turnstile_recompute_priority_locked()[all …]
339 #define ts_inheritor ts_waitq.waitq_inheritor /* thread/turnstile inheriting the pri… macro
644 return tsid && turnstile_get_by_id(tsid)->ts_inheritor == self; in lck_mtx_lock_will_need_wakeup()
1706 waitinfo->owner = thread_tid(turnstile->ts_inheritor); in kdp_sleep_with_inheritor_find_owner()