Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsubr_sleepqueue.c143 u_int sc_depth; /* Length of sc_queues. */ member
203 "depth", CTLFLAG_RD, &sleepq_chains[i].sc_depth, 0, NULL); in init_sleepqueue_profiling()
358 sc->sc_depth++; in sleepq_add()
359 if (sc->sc_depth > sc->sc_max_depth) { in sleepq_add()
360 sc->sc_max_depth = sc->sc_depth; in sleepq_add()
830 sc->sc_depth--; in sleepq_remove_thread()