Searched refs:BUFFER_DELAY (Results 1 – 3 of 3) sorted by relevance
22 #define BUFFER_DELAY 100 macro
47 #define XFER_LIMIT_RATIO (1000 / BUFFER_DELAY)
3140 if (current_time < s->iteration_start_time + BUFFER_DELAY) { in migration_update_counters()3372 int ms = s->iteration_start_time + BUFFER_DELAY - now; in migration_rate_limit()