Searched refs:user_load_ (Results 1 – 4 of 4) sorted by relevance
267 bool user_load_; // True if we see a high load coming from the caller. variable
391 bool user_load_; // True if we see a high load coming from the caller. variable
74 user_load_(false), in BackendImplV3()228 return user_load_; in IsLoaded()338 user_load_ = (entry_count_ > 300 || byte_count_ > 7 * 1024 * 1024); in OnTimerTick()
133 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()