OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:reuse_count
(Results
1 - 14
of
14
) sorted by null
/external/chromium_org/net/disk_cache/v3/
disk_format_v3.h
158
uint8
reuse_count
;
member in struct:disk_cache::EntryRecord
177
uint8
reuse_count
;
member in struct:disk_cache::ShortEntryRecord
eviction_v3.cc
168
if (info->
reuse_count
< kint32max) {
169
info->
reuse_count
++;
173
if (1 == info->
reuse_count
) {
177
} else if (kHighUse == info->
reuse_count
) {
189
DCHECK(!info->
reuse_count
);
197
if (info->refetch_count > kHighUse && info->
reuse_count
< kHighUse) {
198
info->
reuse_count
= kHighUse;
200
info->
reuse_count
++;
entry_impl_v3.cc
331
if (stored->
reuse_count
< 0 || stored->refetch_count < 0)
[
all
...]
/external/chromium/net/disk_cache/
eviction.cc
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
[
all
...]
disk_format.h
116
int32
reuse_count
; // How often is this entry used.
member in struct:disk_cache::EntryStore
entry_impl.cc
578
if (stored->
reuse_count
< 0 || stored->refetch_count < 0)
[
all
...]
/external/chromium_org/net/disk_cache/
eviction.cc
405
if (info->
reuse_count
< kint32max) {
406
info->
reuse_count
++;
410
if (1 == info->
reuse_count
) {
414
} else if (kHighUse == info->
reuse_count
) {
426
DCHECK(!info->
reuse_count
);
434
if (info->refetch_count > kHighUse && info->
reuse_count
< kHighUse) {
435
info->
reuse_count
= kHighUse;
437
info->
reuse_count
++;
480
if (!info->
reuse_count
)
483
if (info->
reuse_count
< kHighUse
[
all
...]
disk_format.h
105
int32
reuse_count
; // How often is this entry used.
member in struct:disk_cache::EntryStore
entry_impl.cc
577
if (stored->
reuse_count
< 0 || stored->refetch_count < 0)
[
all
...]
/external/compiler-rt/lib/sanitizer_common/
sanitizer_thread_registry.h
47
int
reuse_count
;
member in class:__sanitizer::ThreadContextBase
sanitizer_thread_registry.cc
21
detached(false),
reuse_count
(0), parent_tid(0), next(0) {
81
reuse_count
++;
/external/chromium/net/tools/dump_cache/
dump_files.cc
244
printf("reuse count: %d\n", entry.
reuse_count
);
/external/chromium_org/net/tools/dump_cache/
dump_files.cc
288
printf("reuse count: %d\n", entry.
reuse_count
);
/external/compiler-rt/lib/tsan/rtl/
tsan_rtl_thread.cc
71
if (
reuse_count
== 0)
Completed in 372 milliseconds