HomeSort by relevance Sort by last modified time
    Searched refs:kHighUse (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/net/disk_cache/blockfile/
eviction_v3.cc 16 // used kHighUse times, at which point it is moved to the HIGH_USE list.
53 const int kHighUse = 10; // Reuse count to be on the HIGH_USE list.
186 } else if (kHighUse == info->reuse_count) {
206 if (info->refetch_count > kHighUse && info->reuse_count < kHighUse) {
207 info->reuse_count = kHighUse;
eviction.cc 16 // used kHighUse times, at which point it is moved to the HIGH_USE list.
54 const int kHighUse = 10; // Reuse count to be on the HIGH_USE list.
419 } else if (kHighUse == info->reuse_count) {
439 if (info->refetch_count > kHighUse && info->reuse_count < kHighUse) {
440 info->reuse_count = kHighUse;
488 if (info->reuse_count < kHighUse)

Completed in 92 milliseconds