Searched refs:lastWarning (Results 1 – 1 of 1) sorted by relevance
3403 nsecs_t lastWarning = 0; in threadLoop() local3941 if ((lastIoEndNs - lastWarning) > kWarningThrottleNs) { in threadLoop()3947 lastWarning = lastIoEndNs; in threadLoop()7053 nsecs_t lastWarning = 0; in threadLoop() local7555 if ((now - lastWarning) > kWarningThrottleNs) { in threadLoop()7557 lastWarning = now; in threadLoop()