Searched refs:ts_owner (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/sys/kern/
H A Dsubr_turnstile.c128 struct thread *ts_owner; /* (c + q) Who owns the lock. */ member in struct:turnstile
199 td = ts->ts_owner;
458 MPASS(ts->ts_owner == NULL);
465 ts->ts_owner = owner;
725 MPASS(owner == ts->ts_owner);
773 MPASS(ts->ts_owner == curthread || ts->ts_owner == NULL);
824 MPASS(ts->ts_owner == curthread || ts->ts_owner == NULL);
874 MPASS(ts->ts_owner
[all...]

Completed in 65 milliseconds