Lines Matching defs:bandwidth
39 * bandwidth to a valid bit pattern. The 'set' operation finds the 'matching-
46 u32 bandwidth; /* bandwidth consumed (bytes/sec) */
176 * (dram) over to cache lines. This is nasty, so we will use bandwidth in
184 * Scan the scrub rate mapping table for a close or matching bandwidth value to
195 * bandwidth entry that is greater or equal than the setting requested
198 * If no suitable bandwidth is found, turn off DRAM scrubbing entirely
209 if (scrubrates[i].bandwidth <= new_bw)
225 return scrubrates[i].bandwidth;
272 retval = scrubrates[i].bandwidth;