Searched refs:lastUsed (Results 1 – 8 of 8) sorted by relevance
61 public final long lastUsed; field in Tether4Value66 final int dstPort, final long lastUsed) { in Tether4Value() argument79 this.lastUsed = lastUsed; in Tether4Value()92 lastUsed); in toString()
1079 final String ageStr = (value.lastUsed == 0) ? "-" in ipv4RuleToString()1080 : String.format("%dms", (now - value.lastUsed) / 1_000_000); in ipv4RuleToString()1912 if ((now - v.lastUsed) / 1_000_000 < POLLING_CONNTRACK_TIMEOUT_MS) { in maybeRefreshConntrackTimeout()1923 if ((now - v.lastUsed) / 1_000_000 < POLLING_CONNTRACK_TIMEOUT_MS) { in maybeRefreshConntrackTimeout()
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()
96 public long lastUsed() { in lastUsed() method in StructNdaCacheInfo111 + "ndm_used{" + lastUsed() + "}, " in toString()
206 xport->lastUsed = now; in query()271 if (s->useCount == 0 && now - s->lastUsed > IDLE_TIMEOUT) { in cleanup()
104 std::chrono::time_point<std::chrono::steady_clock> lastUsed GUARDED_BY(sLock);
145 uint64_t lastUsed; // Kernel updates on each use with bpf_ktime_get_boot_ns() member