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

/freebsd-10.0-release/sys/kern/
H A Dsubr_turnstile.c119 * q - td_contested lock
369 mtx_init(&td_contested_lock, "td_contested", NULL, MTX_SPIN);
370 LIST_INIT(&thread0.td_contested);
467 LIST_INSERT_HEAD(&owner->td_contested, ts, ts_link);
909 LIST_FOREACH(nts, &td->td_contested, ts_link) {
984 LIST_FOREACH(ts, &td->td_contested, ts_link) {
1171 if (TD_ON_LOCK(td) && LIST_EMPTY(&td->td_contested)) {
1260 LIST_FOREACH(ts, &td->td_contested, ts_link)
H A Dkern_thread.c545 LIST_INIT(&td->td_contested);
/freebsd-10.0-release/sys/sys/
H A Dproc.h148 * q - td_contested lock
242 LIST_HEAD(, turnstile) td_contested; /* (q) Contested locks. */ member in struct:thread

Completed in 83 milliseconds