Home
last modified time | relevance | path

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

/NextBSD/sys/kern/
HDsubr_turnstile.c136 u_int tc_max_depth; /* Max length of tc_queues. */ member
390 "max_depth", CTLFLAG_RD, &turnstile_chains[i].tc_max_depth, in init_turnstile_profiling()
696 if (tc->tc_depth > tc->tc_max_depth) { in turnstile_wait()
697 tc->tc_max_depth = tc->tc_depth; in turnstile_wait()
698 if (tc->tc_max_depth > turnstile_max_depth) in turnstile_wait()
699 turnstile_max_depth = tc->tc_max_depth; in turnstile_wait()