Searched refs:new_inheritor_flags (Results 1 – 1 of 1) sorted by relevance
1302 turnstile_update_flags_t new_inheritor_flags = thread->inheritor_flags; in turnstile_update_inheritor_locked() local1315 assert(new_inheritor_flags & TURNSTILE_INHERITOR_THREAD); in turnstile_update_inheritor_locked()1329 if (new_inheritor_flags & TURNSTILE_INHERITOR_THREAD) { in turnstile_update_inheritor_locked()1337 } else if (new_inheritor_flags & TURNSTILE_INHERITOR_TURNSTILE) { in turnstile_update_inheritor_locked()1344 } else if (new_inheritor_flags & TURNSTILE_INHERITOR_WORKQ) { in turnstile_update_inheritor_locked()1393 if (new_inheritor_flags & TURNSTILE_INHERITOR_THREAD) { in turnstile_update_inheritor_locked()1396 assert(new_inheritor_flags & TURNSTILE_INHERITOR_THREAD); in turnstile_update_inheritor_locked()1400 } else if (new_inheritor_flags & TURNSTILE_INHERITOR_TURNSTILE) { in turnstile_update_inheritor_locked()1405 } else if (new_inheritor_flags & TURNSTILE_INHERITOR_WORKQ) { in turnstile_update_inheritor_locked()1438 turnstile->ts_inheritor_flags = new_inheritor_flags; in turnstile_update_inheritor_locked()