Home
last modified time | relevance | path

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

/haiku/src/system/kernel/device_manager/
H A DIOSchedulerSimple.cpp598 off_t iterationBandwidth = fIterationBandwidth; in _Scheduler() local
613 while (resourcesAvailable && iterationBandwidth >= (off_t)fBlockSize) { in _Scheduler()
629 iterationBandwidth -= bandwidth; in _Scheduler()
632 || iterationBandwidth < (off_t)fBlockSize) { in _Scheduler()
638 && iterationBandwidth >= (off_t)fBlockSize) { in _Scheduler()
651 iterationBandwidth -= bandwidth; in _Scheduler()