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