Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsubr_turnstile.c217 td = ts->ts_owner; in propagate_priority()
490 ts->ts_owner = owner; in turnstile_setowner()
610 *tdp = ts->ts_owner; in turnstile_lock()
838 MPASS(ts->ts_owner == curthread || ts->ts_owner == NULL); in turnstile_signal()
889 MPASS(ts->ts_owner == curthread || ts->ts_owner == NULL); in turnstile_broadcast()
956 MPASS(ts->ts_owner == curthread || ts->ts_owner == NULL); in turnstile_unpend()
985 if (ts->ts_owner != NULL) { in turnstile_unpend()
986 ts->ts_owner = NULL; in turnstile_unpend()
1045 ts->ts_owner = NULL; in turnstile_disown()
1154 if (ts->ts_owner) in DB_SHOW_COMMAND()
[all …]