Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsubr_turnstile.c135 u_int tc_depth; /* Length of tc_queues. */ member
411 "depth", CTLFLAG_RD, &turnstile_chains[i].tc_depth, 0, in init_turnstile_profiling()
760 tc->tc_depth++; in turnstile_wait()
761 if (tc->tc_depth > tc->tc_max_depth) { in turnstile_wait()
762 tc->tc_max_depth = tc->tc_depth; in turnstile_wait()
863 tc->tc_depth--; in turnstile_signal()
913 tc->tc_depth--; in turnstile_broadcast()