Searched refs:first_call_time (Results 1 – 1 of 1) sorted by relevance
3763 static mstime_t first_call_time = 0; in clusterUpdateState() local3773 if (first_call_time == 0) first_call_time = mstime(); in clusterUpdateState()3776 mstime() - first_call_time < CLUSTER_WRITABLE_DELAY) return; in clusterUpdateState()