Home
last modified time | relevance | path

Searched refs:sleepq_max_depth (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/kern/
H A Dsubr_sleepqueue.c152 static u_int sleepq_max_depth; variable
153 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()