Searched refs:num_ops (Results 1 – 12 of 12) sorted by relevance
/aosp12/system/core/fs_mgr/libsnapshot/ |
H A D | snapuserd_readahead.cpp | 185 int num_ops = *pending_ops; in PrepareReadAhead() local 188 if (!IterDone() && num_ops) { in PrepareReadAhead() 193 num_ops -= 1; in PrepareReadAhead() 204 while (!IterDone() && num_ops) { in PrepareReadAhead() 210 num_ops -= 1; in PrepareReadAhead() 226 int num_ops = 0; in ReconstructDataFromCow() local 247 num_ops += 1; in ReconstructDataFromCow() 259 num_ops -= 1; in ReconstructDataFromCow() 266 if (!(num_ops == 0)) { in ReconstructDataFromCow() 324 PrepareReadAhead(&source_block, &num_ops, blocks); in ReadAheadIOStart() [all …]
|
H A D | snapuserd.cpp | 371 size_t num_ops = 0; in ReadMetadata() local 416 num_ops += 1; in ReadMetadata() 420 SNAP_LOG(DEBUG) << num_ops << ":" in ReadMetadata() 423 if (num_ops == exceptions_per_area_) { in ReadMetadata() 428 num_ops = 0; in ReadMetadata() 448 size_t pending_copy_ops = exceptions_per_area_ - num_ops; in ReadMetadata() 539 num_ops += 1; in ReadMetadata() 545 SNAP_LOG(DEBUG) << num_ops << ":" in ReadMetadata() 549 if (num_ops == exceptions_per_area_) { in ReadMetadata() 553 num_ops = 0; in ReadMetadata() [all …]
|
H A D | cow_writer.cpp | 241 footer_.op.num_ops = 0; in OpenForAppend() 402 auto continue_num_ops = footer_.op.num_ops; in Finalize() 461 footer_.op.num_ops = continue_num_ops; in Finalize() 501 footer_.op.num_ops++; in AddOperation()
|
H A D | snapuserd_worker.cpp | 349 int num_ops = DIV_ROUND_UP(size, BLOCK_SZ); in ReadData() local 351 while (num_ops) { in ReadData() 362 num_ops -= 1; in ReadData() 367 if (it == chunk_vec.end() && num_ops) { in ReadData() 369 << " COW ops completed; pending read-request: " << num_ops; in ReadData()
|
H A D | cow_reader.cpp | 240 if (ops_buffer->size() != footer_->op.num_ops) { in ParseOps() 241 LOG(ERROR) << "num ops does not match, expected " << footer_->op.num_ops << ", found " in ParseOps()
|
H A D | inspect_cow.cpp | 112 std::cout << "Number of Ops: " << footer.op.num_ops << "\n"; in Inspect()
|
H A D | snapshot.cpp | 1200 size_t num_ops = 0; in CheckMergeConsistency() local 1216 num_ops++; in CheckMergeConsistency() 1244 if (header->num_merge_ops != num_ops) { in CheckMergeConsistency() 1245 LOG(ERROR) << "COW consistency check failed, expected " << num_ops << " to be merged, " in CheckMergeConsistency()
|
H A D | cow_api_test.cpp | 92 ASSERT_EQ(footer.op.num_ops, 4); in TEST_F()
|
/aosp12/system/nfc/src/nfc/tags/ |
H A D | rw_main.cc | 84 rw_cb.stats.num_ops++; in rw_main_update_tx_stats() 153 rw_cb.stats.num_ops, rw_cb.stats.num_retries, rw_cb.stats.num_fail, in rw_main_log_stats()
|
/aosp12/system/core/fs_mgr/libsnapshot/include/libsnapshot/ |
H A D | cow_format.h | 99 uint64_t num_ops; member
|
/aosp12/system/update_engine/payload_generator/ |
H A D | delta_diff_utils.cc | 494 size_t num_ops = aops->size(); in DeltaMovedAndZeroBlocks() local 523 LOG(INFO) << "Produced " << (aops->size() - num_ops) << " operations for " in DeltaMovedAndZeroBlocks() 527 num_ops = aops->size(); in DeltaMovedAndZeroBlocks() 563 LOG(INFO) << "Produced " << (aops->size() - num_ops) << " operations for " in DeltaMovedAndZeroBlocks()
|
/aosp12/system/nfc/src/nfc/include/ |
H A D | rw_int.h | 622 uint32_t num_ops; /* Number of operations since activation */ member
|