Searched refs:ts_inheritor_links (Results 1 – 2 of 2) sorted by relevance
1722 priority_queue_entry_init(&turnstile->ts_inheritor_links); in thread_add_turnstile_promotion()1729 &turnstile->ts_inheritor_links, turnstile->ts_priority, false); in thread_add_turnstile_promotion()1731 &turnstile->ts_inheritor_links)) { in thread_add_turnstile_promotion()1739 &turnstile->ts_inheritor_links, turnstile->ts_priority, false); in thread_add_turnstile_promotion()1741 &turnstile->ts_inheritor_links)) { in thread_add_turnstile_promotion()1797 &turnstile->ts_inheritor_links)) { in thread_remove_turnstile_promotion()1803 &turnstile->ts_inheritor_links)) { in thread_remove_turnstile_promotion()1849 &turnstile->ts_inheritor_links); in thread_needs_turnstile_promotion_update()1854 &turnstile->ts_inheritor_links); in thread_needs_turnstile_promotion_update()1890 &turnstile->ts_inheritor_links); in thread_update_turnstile_promotion_locked()[all …]
357 struct priority_queue_entry_sched ts_inheritor_links; /* Inheritor queue links */ member