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

/freebsd-12-stable/sys/kern/
H A Dsubr_turnstile.c143 u_int turnstile_max_depth; variable
149 &turnstile_max_depth, 0, "maximum depth achieved of a single chain");
741 if (tc->tc_max_depth > turnstile_max_depth)
742 turnstile_max_depth = tc->tc_max_depth;

Completed in 158 milliseconds