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