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

/freebsd-12-stable/sys/kern/
H A Dsubr_turnstile.c100 #define TC_LOOKUP(lock) &turnstile_chains[TC_HASH(lock)]
152 static struct turnstile_chain turnstile_chains[TC_TABLESIZE]; variable in typeref:struct:turnstile_chain
366 LIST_INIT(&turnstile_chains[i].tc_turnstiles);
367 mtx_init(&turnstile_chains[i].tc_lock, "turnstile chain",
389 "depth", CTLFLAG_RD, &turnstile_chains[i].tc_depth, 0,
392 "max_depth", CTLFLAG_RD, &turnstile_chains[i].tc_max_depth,
1122 LIST_FOREACH(ts, &turnstile_chains[i].tc_turnstiles, ts_hash) {

Completed in 159 milliseconds