OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Wed Oct 01 15:09:59 GMT 2025