Home
last modified time | relevance | path

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

/trueos/sys/kern/
HDsubr_turnstile.c142 u_int turnstile_max_depth; variable
148 &turnstile_max_depth, 0, "maximum depth achieved of a single chain");
699 if (tc->tc_max_depth > turnstile_max_depth) in turnstile_wait()
700 turnstile_max_depth = tc->tc_max_depth; in turnstile_wait()