Searched refs:sleepq_max_depth (Results 1 – 1 of 1) sorted by relevance
152 static u_int sleepq_max_depth; variable153 SYSCTL_UINT(_debug_sleepq, OID_AUTO, max_depth, CTLFLAG_RD, &sleepq_max_depth,359 if (sc->sc_max_depth > sleepq_max_depth) in sleepq_add()360 sleepq_max_depth = sc->sc_max_depth; in sleepq_add()