Home
last modified time | relevance | path

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

/linux/drivers/edac/
H A Damd64_edac.c49 } scrubrates[] = { variable
203 for (i = 0; i < ARRAY_SIZE(scrubrates) - 1; i++) { in __set_scrub_rate()
208 if (scrubrates[i].scrubval < min_rate) in __set_scrub_rate()
211 if (scrubrates[i].bandwidth <= new_bw) in __set_scrub_rate()
215 scrubval = scrubrates[i].scrubval; in __set_scrub_rate()
227 return scrubrates[i].bandwidth; in __set_scrub_rate()
272 for (i = 0; i < ARRAY_SIZE(scrubrates); i++) { in get_scrub_rate()
273 if (scrubrates[i].scrubval == scrubval) { in get_scrub_rate()
274 retval = scrubrates[i].bandwidth; in get_scrub_rate()