Searched refs:sc_max_depth (Results 1 – 1 of 1) sorted by relevance
144 u_int sc_max_depth; /* Max length of sc_queues. */ member205 "max_depth", CTLFLAG_RD, &sleepq_chains[i].sc_max_depth, 0, in init_sleepqueue_profiling()359 if (sc->sc_depth > sc->sc_max_depth) { in sleepq_add()360 sc->sc_max_depth = sc->sc_depth; in sleepq_add()361 if (sc->sc_max_depth > sleepq_max_depth) in sleepq_add()362 sleepq_max_depth = sc->sc_max_depth; in sleepq_add()