HomeSort by: relevance | last modified time | path
    Searched defs:sc_thresh (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/macppc/dev/
lmu.c 66 int sc_thresh, sc_hyst, sc_level, sc_target, sc_current; member in struct:lmu_softc
217 sc->sc_thresh = 300;
323 if ((b > (sc->sc_thresh + sc->sc_hyst)) ||
326 } else if (b < sc->sc_thresh) {
378 thresh = sc->sc_thresh;
384 if (new_reg != sc->sc_thresh && new_reg > 0) {
385 sc->sc_thresh = new_reg;
lmu.c 66 int sc_thresh, sc_hyst, sc_level, sc_target, sc_current; member in struct:lmu_softc
217 sc->sc_thresh = 300;
323 if ((b > (sc->sc_thresh + sc->sc_hyst)) ||
326 } else if (b < sc->sc_thresh) {
378 thresh = sc->sc_thresh;
384 if (new_reg != sc->sc_thresh && new_reg > 0) {
385 sc->sc_thresh = new_reg;

Completed in 21 milliseconds