Searched refs:forced_flushing (Results 1 – 2 of 2) sorted by relevance
180 status_t UpdateCache(bool forced_flushing);208 status_t FlushLocked(bool forced_flushing);
345 bool forced_flushing) { in UpdateCache() argument348 if (forced_flushing || !is_active_) { in UpdateCache()349 res = FlushLocked(forced_flushing); in UpdateCache()441 bool forced_flushing) { in FlushLocked() argument442 if (is_active_ && !forced_flushing) { in FlushLocked()