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

/external/chromium_org/net/disk_cache/blockfile/
H A Deviction_v3.cc16 // 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. member in namespace:__anon9148
186 } else if (kHighUse == info->reuse_count) {
206 if (info->refetch_count > kHighUse && info->reuse_count < kHighUse) {
207 info->reuse_count = kHighUse;
H A Deviction.cc16 // 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. member in namespace:__anon9147
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 1727 milliseconds