Searched refs:ts_inheritor_links (Results 1 – 2 of 2) sorted by relevance
1718 priority_queue_entry_init(&turnstile->ts_inheritor_links); in thread_add_turnstile_promotion()1725 &turnstile->ts_inheritor_links, turnstile->ts_priority, false); in thread_add_turnstile_promotion()1727 &turnstile->ts_inheritor_links)) { in thread_add_turnstile_promotion()1735 &turnstile->ts_inheritor_links, turnstile->ts_priority, false); in thread_add_turnstile_promotion()1737 &turnstile->ts_inheritor_links)) { in thread_add_turnstile_promotion()1793 &turnstile->ts_inheritor_links)) { in thread_remove_turnstile_promotion()1799 &turnstile->ts_inheritor_links)) { in thread_remove_turnstile_promotion()1845 &turnstile->ts_inheritor_links); in thread_needs_turnstile_promotion_update()1850 &turnstile->ts_inheritor_links); in thread_needs_turnstile_promotion_update()1886 &turnstile->ts_inheritor_links); in thread_update_turnstile_promotion_locked()[all …]
346 struct priority_queue_entry_sched ts_inheritor_links; /* Inheritor queue links */ member