Searched refs:sleepq_max_depth (Results 1 – 1 of 1) sorted by relevance
149 u_int sleepq_max_depth; variable155 SYSCTL_UINT(_debug_sleepq, OID_AUTO, max_depth, CTLFLAG_RD, &sleepq_max_depth,361 if (sc->sc_max_depth > sleepq_max_depth) in sleepq_add()362 sleepq_max_depth = sc->sc_max_depth; in sleepq_add()