Searched refs:lastWarning (Results 1 – 1 of 1) sorted by relevance
3289 nsecs_t lastWarning = 0; in threadLoop() local3820 if ((lastIoEndNs - lastWarning) > kWarningThrottleNs) { in threadLoop()3826 lastWarning = lastIoEndNs; in threadLoop()6898 nsecs_t lastWarning = 0; in threadLoop() local7370 if ((now - lastWarning) > kWarningThrottleNs) { in threadLoop()7372 lastWarning = now; in threadLoop()