Searched refs:ts_inheritor_links (Results 1 – 2 of 2) sorted by relevance
1681 priority_queue_entry_init(&turnstile->ts_inheritor_links); in thread_add_turnstile_promotion()1688 &turnstile->ts_inheritor_links, turnstile->ts_priority, false); in thread_add_turnstile_promotion()1690 &turnstile->ts_inheritor_links)) { in thread_add_turnstile_promotion()1698 &turnstile->ts_inheritor_links, turnstile->ts_priority, false); in thread_add_turnstile_promotion()1700 &turnstile->ts_inheritor_links)) { in thread_add_turnstile_promotion()1756 &turnstile->ts_inheritor_links)) { in thread_remove_turnstile_promotion()1762 &turnstile->ts_inheritor_links)) { in thread_remove_turnstile_promotion()1808 &turnstile->ts_inheritor_links); in thread_needs_turnstile_promotion_update()1813 &turnstile->ts_inheritor_links); in thread_needs_turnstile_promotion_update()1849 &turnstile->ts_inheritor_links); in thread_update_turnstile_promotion_locked()[all …]
355 struct priority_queue_entry_sched ts_inheritor_links; /* Inheritor queue links */ member