Home
last modified time | relevance | path

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

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