Searched refs:lastUsed (Results 1 – 6 of 6) sorted by relevance
95 long lastUsed = stats.getLastTimeUsed(); in getDaysSinceLastUse() local97 if (lastUsed <= 0) { in getDaysSinceLastUse()102 long days = (TimeUnit.MILLISECONDS.toDays(mClock.getCurrentTime() - lastUsed)); in getDaysSinceLastUse()
384 long lastUsed = stats.getLastTimeUsed(); in getDaysSinceLastUse() local386 if (lastUsed <= 0) { in getDaysSinceLastUse()391 long days = (TimeUnit.MILLISECONDS.toDays(mClock.getCurrentTime() - lastUsed)); in getDaysSinceLastUse()
211 xport->lastUsed = now; in query()276 if (s->useCount == 0 && now - s->lastUsed > IDLE_TIMEOUT) { in cleanup()
105 std::chrono::time_point<std::chrono::steady_clock> lastUsed GUARDED_BY(sLock);
129 uint64_t lastUsed; // Kernel updates on each use with bpf_ktime_get_boot_ns() member
1162 final String ageStr = (value.lastUsed == 0) ? "-" in ipv4RuleToString()1163 : String.format("%dms", (now - value.lastUsed) / 1_000_000); in ipv4RuleToString()1995 if ((now - v.lastUsed) / 1_000_000 < CONNTRACK_TIMEOUT_UPDATE_INTERVAL_MS) { in refreshAllConntrackTimeouts()2006 if ((now - v.lastUsed) / 1_000_000 < CONNTRACK_TIMEOUT_UPDATE_INTERVAL_MS) { in refreshAllConntrackTimeouts()