Searched refs:ts_inheritor_links (Results 1 – 2 of 2) sorted by relevance
1669 priority_queue_entry_init(&turnstile->ts_inheritor_links); in thread_add_turnstile_promotion()1676 &turnstile->ts_inheritor_links, turnstile->ts_priority, false); in thread_add_turnstile_promotion()1678 &turnstile->ts_inheritor_links)) { in thread_add_turnstile_promotion()1686 &turnstile->ts_inheritor_links, turnstile->ts_priority, false); in thread_add_turnstile_promotion()1688 &turnstile->ts_inheritor_links)) { in thread_add_turnstile_promotion()1744 &turnstile->ts_inheritor_links)) { in thread_remove_turnstile_promotion()1750 &turnstile->ts_inheritor_links)) { in thread_remove_turnstile_promotion()1796 &turnstile->ts_inheritor_links); in thread_needs_turnstile_promotion_update()1801 &turnstile->ts_inheritor_links); in thread_needs_turnstile_promotion_update()1837 &turnstile->ts_inheritor_links); in thread_update_turnstile_promotion_locked()[all …]
355 struct priority_queue_entry_sched ts_inheritor_links; /* Inheritor queue links */ member