Searched refs:ts_inheritor_links (Results 1 – 2 of 2) sorted by relevance
1594 priority_queue_entry_init(&turnstile->ts_inheritor_links); in thread_add_turnstile_promotion()1601 &turnstile->ts_inheritor_links, turnstile->ts_priority, false); in thread_add_turnstile_promotion()1603 &turnstile->ts_inheritor_links)) { in thread_add_turnstile_promotion()1611 &turnstile->ts_inheritor_links, turnstile->ts_priority, false); in thread_add_turnstile_promotion()1613 &turnstile->ts_inheritor_links)) { in thread_add_turnstile_promotion()1669 &turnstile->ts_inheritor_links)) { in thread_remove_turnstile_promotion()1675 &turnstile->ts_inheritor_links)) { in thread_remove_turnstile_promotion()1721 &turnstile->ts_inheritor_links); in thread_needs_turnstile_promotion_update()1726 &turnstile->ts_inheritor_links); in thread_needs_turnstile_promotion_update()1762 &turnstile->ts_inheritor_links); in thread_update_turnstile_promotion_locked()[all …]
328 struct priority_queue_entry_sched ts_inheritor_links; /* Inheritor queue links */ member