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