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