Searched refs:kEvictGranularityNs (Results 1 – 1 of 1) sorted by relevance
43 static constexpr nsecs_t kEvictGranularityNs = 1000000000; // 1 sec variable938 ::usleep(kEvictGranularityNs / 1000); in evictorThread()977 if (now > (mScheduleEvictTs + kEvictGranularityNs)) { in scheduleEvictIfNeeded()