Searched refs:update_threshold (Results 1 – 1 of 1) sorted by relevance
1417 struct timeval time_now, delta, update_threshold; in mi_load_progress() local1426 update_threshold.tv_sec = 0; in mi_load_progress()1427 update_threshold.tv_usec = 500000; in mi_load_progress()1460 if (delta.tv_sec >= update_threshold.tv_sec && in mi_load_progress()1461 delta.tv_usec >= update_threshold.tv_usec) in mi_load_progress()