Home
last modified time | relevance | path

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

/src/sys/powerpc/ofw/
H A Dofw_syscons.h40 int sc_depth; member
H A Dofw_syscons.c281 sc->sc_depth = depth; in ofwfb_configure()
462 if (sc->sc_depth == 8) { in ofwfb_set_mode()
/src/sys/kern/
H A Dsubr_sleepqueue.c141 u_int sc_depth; /* Length of sc_queues. */ member
201 "depth", CTLFLAG_RD, &sleepq_chains[i].sc_depth, 0, NULL); in init_sleepqueue_profiling()
356 sc->sc_depth++; in sleepq_add()
357 if (sc->sc_depth > sc->sc_max_depth) { in sleepq_add()
358 sc->sc_max_depth = sc->sc_depth; in sleepq_add()
828 sc->sc_depth--; in sleepq_remove_thread()