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

/freebsd-12-stable/sys/kern/
H A Dsubr_turnstile.c130 struct thread *ts_owner; /* (c + q) Who owns the lock. */ member in struct:turnstile
201 td = ts->ts_owner;
460 MPASS(ts->ts_owner == NULL);
467 ts->ts_owner = owner;
587 *tdp = ts->ts_owner;
768 MPASS(owner == ts->ts_owner);
816 MPASS(ts->ts_owner == curthread || ts->ts_owner == NULL);
867 MPASS(ts->ts_owner == curthread || ts->ts_owner
[all...]

Completed in 94 milliseconds