Home
last modified time | relevance | path

Searched refs:kHighUse (Results 1 – 1 of 1) sorted by relevance

/external/cronet/net/disk_cache/blockfile/
Deviction.cc60 const int kHighUse = 10; // Reuse count to be on the HIGH_USE list. variable
413 } else if (kHighUse == info->reuse_count) { in OnOpenEntryV2()
433 if (info->refetch_count > kHighUse && info->reuse_count < kHighUse) { in OnCreateEntryV2()
434 info->reuse_count = kHighUse; in OnCreateEntryV2()
482 if (info->reuse_count < kHighUse) in GetListForEntryV2()