Searched refs:startLoadingTs (Results 1 – 2 of 2) sorted by relevance
438 if (mnt.startLoadingTs.time_since_epoch() == Clock::duration::zero()) { in onDump()442 (long long)(elapsedMcs(mnt.startLoadingTs, Clock::now()) / 1000000)); in onDump()820 ifs->startLoadingTs = TimePoint::max(); in startLoading()823 const auto startLoadingTs = mClock->now(); in startLoading() local824 ifs->startLoadingTs = startLoadingTs; in startLoading()827 [this, storageId, startLoadingTs]() { in startLoading()835 if (ifs->startLoadingTs != startLoadingTs) { in startLoading()928 const auto startLoadingTs = ifs->startLoadingTs; in setStorageParams() local929 if (startLoadingTs <= now && now - startLoadingTs > getReadLogsMaxInterval()) { in setStorageParams()
351 TimePoint startLoadingTs = {}; member