Searched refs:DIRTYLIMIT_TOLERANCE_RANGE (Results 1 – 2 of 2) sorted by relevance
33 #define DIRTYLIMIT_TOLERANCE_RANGE 25 /* MB/s */ macro264 return ((max - min) <= DIRTYLIMIT_TOLERANCE_RANGE) ? true : false; in dirtylimit_done()
64 #define DIRTYLIMIT_TOLERANCE_RANGE 25 /* MB/s */ macro3564 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()