Searched refs:ts_inheritor_links (Results 1 – 2 of 2) sorted by relevance
1720 priority_queue_entry_init(&turnstile->ts_inheritor_links); in thread_add_turnstile_promotion()1727 &turnstile->ts_inheritor_links, turnstile->ts_priority, false); in thread_add_turnstile_promotion()1729 &turnstile->ts_inheritor_links)) { in thread_add_turnstile_promotion()1737 &turnstile->ts_inheritor_links, turnstile->ts_priority, false); in thread_add_turnstile_promotion()1739 &turnstile->ts_inheritor_links)) { in thread_add_turnstile_promotion()1795 &turnstile->ts_inheritor_links)) { in thread_remove_turnstile_promotion()1801 &turnstile->ts_inheritor_links)) { in thread_remove_turnstile_promotion()1847 &turnstile->ts_inheritor_links); in thread_needs_turnstile_promotion_update()1852 &turnstile->ts_inheritor_links); in thread_needs_turnstile_promotion_update()1888 &turnstile->ts_inheritor_links); in thread_update_turnstile_promotion_locked()[all …]
351 struct priority_queue_entry_sched ts_inheritor_links; /* Inheritor queue links */ member