Home
last modified time | relevance | path

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

/qemu/system/
H A Ddirtylimit.c33 #define DIRTYLIMIT_TOLERANCE_RANGE 25 /* MB/s */ macro
263 return ((max - min) <= DIRTYLIMIT_TOLERANCE_RANGE) ? true : false; in dirtylimit_done()
/qemu/tests/qtest/migration/
H A Dprecopy-tests.c34 #define DIRTYLIMIT_TOLERANCE_RANGE 25 /* MB/s */ macro
1039 if (rate < (quota_rate + DIRTYLIMIT_TOLERANCE_RANGE)) { in test_vcpu_dirty_limit()
1061 if (rate > (quota_rate + DIRTYLIMIT_TOLERANCE_RANGE)) { in test_vcpu_dirty_limit()