Home
last modified time | relevance | path

Searched refs:total_submitted_ (Results 1 – 2 of 2) sorted by relevance

/system/core/fs_mgr/libsnapshot/libsnapshot_cow/
Dcow_compress.cpp289 total_submitted_ += 1; in EnqueueCompressBlocks()
297 while ((total_submitted_ != total_processed_) && compressed_queue_.empty() && !stopped_) { in GetCompressedBuffers()
314 if ((total_submitted_ == total_processed_) || stopped_) { in GetCompressedBuffers()
315 total_submitted_ = 0; in GetCompressedBuffers()
/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dcow_writer.h149 size_t total_submitted_ = 0; variable