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