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

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

Completed in 135 milliseconds