Searched refs:ts_obj (Results 1 – 2 of 2) sorted by relevance
176 if (ts->ts_obj == obj) in turnstile_lookup()398 ts->ts_obj = obj; in turnstile_block()413 KASSERT(ts->ts_obj == obj); in turnstile_block()451 hash = TS_HASH(ts->ts_obj); in turnstile_wakeup()538 if (ts->ts_obj == obj) in turnstile_print()
96 wchan_t ts_obj; /* lock object */ member