Home | History | Annotate | Download | only in disk_cache

Lines Matching refs:NO_USE

7 // 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
117 rankings_->GetPrev(node.get(), Rankings::NO_USE));
124 next.reset(rankings_->GetPrev(node.get(), Rankings::NO_USE));
129 if (!EvictEntry(node.get(), empty, Rankings::NO_USE) && !test_mode_)
256 return Rankings::NO_USE;
384 rankings_->Remove(entry->rankings(), Rankings::NO_USE, true);
454 return Rankings::NO_USE;
551 rankings_->GetPrev(NULL, Rankings::NO_USE));