Searched refs:tc_max_depth (Results 1 – 1 of 1) sorted by relevance
138 u_int tc_max_depth; /* Max length of tc_queues. */ member392 "max_depth", CTLFLAG_RD, &turnstile_chains[i].tc_max_depth, in init_turnstile_profiling()739 if (tc->tc_depth > tc->tc_max_depth) { in turnstile_wait()740 tc->tc_max_depth = tc->tc_depth; in turnstile_wait()741 if (tc->tc_max_depth > turnstile_max_depth) in turnstile_wait()742 turnstile_max_depth = tc->tc_max_depth; in turnstile_wait()