OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:reuse_count
(Results
1 - 3
of
3
) sorted by null
/external/chromium/net/disk_cache/
eviction.cc
317
if (info->
reuse_count
< kint32max) {
318
info->
reuse_count
++;
322
if (1 == info->
reuse_count
) {
326
} else if (kHighUse == info->
reuse_count
) {
338
DCHECK(!info->
reuse_count
);
346
if (info->refetch_count > kHighUse && info->
reuse_count
< kHighUse) {
347
info->
reuse_count
= kHighUse;
349
info->
reuse_count
++;
383
if (!info->
reuse_count
)
386
if (info->
reuse_count
< kHighUse
[
all
...]
disk_format.h
118
int32
reuse_count
; // How often is this entry used.
member in struct:disk_cache::EntryStore
/external/chromium/net/tools/dump_cache/
dump_files.cc
233
printf("reuse count: %d\n", entry.
reuse_count
);
Completed in 34 milliseconds