Searched refs:xtd (Results 1 – 1 of 1) sorted by relevance
689 struct thread *std, *xtd; in turnstile_first_waiter() local692 xtd = TAILQ_FIRST(&ts->ts_blocked[TS_EXCLUSIVE_QUEUE]); in turnstile_first_waiter()693 if (xtd == NULL || (std != NULL && std->td_priority < xtd->td_priority)) in turnstile_first_waiter()695 return (xtd); in turnstile_first_waiter()