Home
last modified time | relevance | path

Searched refs:user_load_ (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/net/disk_cache/blockfile/
Dbackend_impl_v3.h267 bool user_load_; // True if we see a high load coming from the caller. variable
Dbackend_impl.h391 bool user_load_; // True if we see a high load coming from the caller. variable
Dbackend_impl_v3.cc74 user_load_(false), in BackendImplV3()
228 return user_load_; in IsLoaded()
338 user_load_ = (entry_count_ > 300 || byte_count_ > 7 * 1024 * 1024); in OnTimerTick()
Dbackend_impl.cc133 user_load_(false), in BackendImpl()
160 user_load_(false), in BackendImpl()
944 return (num_pending_io_ > 5 || user_load_); in IsLoaded()
1084 user_load_ = (entry_count_ > 300 || byte_count_ > 7 * 1024 * 1024); in OnStatsTimer()