Searched refs:update_threshold (Results 1 – 1 of 1) sorted by relevance
1370 struct timeval time_now, delta, update_threshold; in mi_load_progress() local1379 update_threshold.tv_sec = 0; in mi_load_progress()1380 update_threshold.tv_usec = 500000; in mi_load_progress()1413 if (delta.tv_sec >= update_threshold.tv_sec && in mi_load_progress()1414 delta.tv_usec >= update_threshold.tv_usec) in mi_load_progress()