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

/freebsd-10-stable/sys/kern/
H A Dsubr_turnstile.c136 u_int tc_depth; /* Length of tc_queues. */ member in struct:turnstile_chain
388 "depth", CTLFLAG_RD, &turnstile_chains[i].tc_depth, 0,
696 tc->tc_depth++;
697 if (tc->tc_depth > tc->tc_max_depth) {
698 tc->tc_max_depth = tc->tc_depth;
800 tc->tc_depth--;
850 tc->tc_depth--;

Completed in 103 milliseconds