Home
last modified time | relevance | path

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

/openbmc/qemu/system/
H A Ddirtylimit.c33 #define DIRTYLIMIT_TOLERANCE_RANGE 25 /* MB/s */ macro
264 return ((max - min) <= DIRTYLIMIT_TOLERANCE_RANGE) ? true : false; in dirtylimit_done()
/openbmc/qemu/tests/qtest/
H A Dmigration-test.c64 #define DIRTYLIMIT_TOLERANCE_RANGE 25 /* MB/s */ macro
3564 if (rate < (quota_rate + DIRTYLIMIT_TOLERANCE_RANGE)) { in test_vcpu_dirty_limit()
3586 if (rate > (quota_rate + DIRTYLIMIT_TOLERANCE_RANGE)) { in test_vcpu_dirty_limit()