OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kHighUse
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/net/disk_cache/v3/
eviction_v3.cc
16
// used
kHighUse
times, at which point it is moved to the HIGH_USE list.
49
const int
kHighUse
= 10; // Reuse count to be on the HIGH_USE list.
177
} else if (
kHighUse
== info->reuse_count) {
197
if (info->refetch_count >
kHighUse
&& info->reuse_count <
kHighUse
) {
198
info->reuse_count =
kHighUse
;
/external/chromium/net/disk_cache/
eviction.cc
16
// used
kHighUse
times, at which point it is moved to the HIGH_USE list.
48
const int
kHighUse
= 10; // Reuse count to be on the HIGH_USE list.
387
} else if (
kHighUse
== info->reuse_count) {
407
if (info->refetch_count >
kHighUse
&& info->reuse_count <
kHighUse
) {
408
info->reuse_count =
kHighUse
;
456
if (info->reuse_count <
kHighUse
)
/external/chromium_org/net/disk_cache/
eviction.cc
16
// used
kHighUse
times, at which point it is moved to the HIGH_USE list.
50
const int
kHighUse
= 10; // Reuse count to be on the HIGH_USE list.
414
} else if (
kHighUse
== info->reuse_count) {
434
if (info->refetch_count >
kHighUse
&& info->reuse_count <
kHighUse
) {
435
info->reuse_count =
kHighUse
;
483
if (info->reuse_count <
kHighUse
)
Completed in 47 milliseconds