Searched refs:rate_limit_max (Results 1 – 2 of 2) sorted by relevance
27 uint64_t rate_limit_max = migration_rate_get(); in migration_rate_exceeded() local28 if (rate_limit_max == RATE_LIMIT_DISABLED) { in migration_rate_exceeded()36 if (rate_limit_max > 0 && rate_limit_used > rate_limit_max) { in migration_rate_exceeded()44 return stat64_get(&mig_stats.rate_limit_max); in migration_rate_get()54 stat64_set(&mig_stats.rate_limit_max, limit / XFER_LIMIT_RATIO); in migration_rate_set()
95 Stat64 rate_limit_max; member