Home
last modified time | relevance | path

Searched refs:ts_obj (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/kern/
Dkern_turnstile.c176 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()
/netbsd/src/sys/sys/
Dsleeptab.h96 wchan_t ts_obj; /* lock object */ member