Searched refs:kWarningThrottleNs (Results 1 – 1 of 1) sorted by relevance
117 static const nsecs_t kWarningThrottleNs = seconds(5); variable3299 if ((lastWriteFinished - lastWarning) > kWarningThrottleNs) { in threadLoop()6419 if ((now - lastWarning) > kWarningThrottleNs) { in threadLoop()