Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsubr_turnstile.c128 struct thread *ts_owner; /* (c + q) Who owns the lock. */ member
215 td = ts->ts_owner; in propagate_priority()
482 MPASS(ts->ts_owner == NULL); in turnstile_setowner()
489 ts->ts_owner = owner; in turnstile_setowner()
609 *tdp = ts->ts_owner; in turnstile_lock()
790 MPASS(owner == ts->ts_owner); in turnstile_wait()
837 MPASS(ts->ts_owner == curthread || ts->ts_owner == NULL); in turnstile_signal()
888 MPASS(ts->ts_owner == curthread || ts->ts_owner == NULL); in turnstile_broadcast()
955 MPASS(ts->ts_owner == curthread || ts->ts_owner == NULL); in turnstile_unpend()
984 if (ts->ts_owner != NULL) { in turnstile_unpend()
[all …]