Searched refs:NO_USE (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/net/disk_cache/blockfile/
H A Deviction_v3.cc7 // only one list in use (Rankings::NO_USE), and elements are sent to the front
14 // When we see an element for the first time, it goes to the NO_USE list; if
22 // the NO_USE list, then we move to the LOW_USE and only then we evict an entry
133 rankings_, rankings_->GetPrev(node.get(), Rankings::NO_USE));
141 next.reset(rankings_->GetPrev(node.get(), Rankings::NO_USE));
146 if (EvictEntry(node.get(), empty, Rankings::NO_USE) && !test_mode_)
183 rankings_->Remove(entry->rankings(), Rankings::NO_USE, true);
489 rankings_->GetPrev(NULL, Rankings::NO_USE));
H A Deviction.cc7 // only one list in use (Rankings::NO_USE), and elements are sent to the front
14 // When we see an element for the first time, it goes to the NO_USE list; if
22 // the NO_USE list, then we move to the LOW_USE and only then we evict an entry
129 rankings_, rankings_->GetPrev(node.get(), Rankings::NO_USE));
137 next.reset(rankings_->GetPrev(node.get(), Rankings::NO_USE));
142 if (EvictEntry(node.get(), empty, Rankings::NO_USE) && !test_mode_)
283 return Rankings::NO_USE;
416 rankings_->Remove(entry->rankings(), Rankings::NO_USE, true);
486 return Rankings::NO_USE;
580 rankings_->GetPrev(NULL, Rankings::NO_USE));
[all...]
H A Drankings.h57 NO_USE = 0, // List of entries that have not been reused. enumerator in enum:disk_cache::Rankings::List
H A Dbackend_impl.cc1693 if (!new_eviction_ && Rankings::NO_USE != list)
1948 data_->header.lru.sizes[Rankings::NO_USE] = data_->header.num_entries;
H A Drankings.cc529 List list = NO_USE; // Initialize it to something.

Completed in 781 milliseconds