Home | History | Annotate | Download | only in disk_cache

Lines Matching full:reuse_count

378   if (info->reuse_count < kint32max) {
379 info->reuse_count++;
383 if (1 == info->reuse_count) {
387 } else if (kHighUse == info->reuse_count) {
399 DCHECK(!info->reuse_count);
407 if (info->refetch_count > kHighUse && info->reuse_count < kHighUse) {
408 info->reuse_count = kHighUse;
410 info->reuse_count++;
453 if (!info->reuse_count)
456 if (info->reuse_count < kHighUse)