Searched defs:s_uLastLogTS (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/Storage/
H A DDevAHCI.cpp4518 static uint64_t s_uLastLogTS = 0; local
4519 if (RTTimeMilliTS() >= s_uLastLogTS + 1000)
4522 s_uLastLogTS = RTTimeMilliTS();
4559 static uint64_t s_uLastLogTS = 0; local
4560 if (RTTimeMilliTS() >= s_uLastLogTS + 1000)
4563 s_uLastLogTS = RTTimeMilliTS();
4612 static uint64_t s_uLastLogTS = 0; local
4613 if (RTTimeMilliTS() >= s_uLastLogTS + 1000)
4616 s_uLastLogTS = RTTimeMilliTS();

Completed in 81 milliseconds