Searched refs:processor (Results 1 – 7 of 7) sorted by relevance
67 blobfs::JournalProcessor processor(&journal); in JournalEntryLifetimeTest() local75 processor.ProcessWorkEntry(std::move(entry)); in JournalEntryLifetimeTest()82 processor.ProcessWorkEntry(std::move(entry)); in JournalEntryLifetimeTest()85 processor.EnqueueWork(); in JournalEntryLifetimeTest()92 processor.ProcessWaitQueue(); in JournalEntryLifetimeTest()102 ASSERT_FALSE(processor.IsEmpty()); in JournalEntryLifetimeTest()105 processor.ProcessWaitQueue(); in JournalEntryLifetimeTest()106 processor.ProcessDeleteQueue(); in JournalEntryLifetimeTest()107 processor.ProcessSyncQueue(); in JournalEntryLifetimeTest()
12 $(LOCAL_DIR)/processor.c \14 MODULE_NAME := processor-test
697 processor->ProcessWorkEntry(std::move(entry)); in ProcessQueues()705 processor->EnqueueWork(); in ProcessQueues()713 processor->ProcessWaitQueue(); in ProcessQueues()722 processor->ProcessDeleteQueue(); in ProcessQueues()724 if (processor->HasError()) { in ProcessQueues()738 processor->ResetWork(); in ProcessQueues()739 } else if (processor->GetBlocksProcessed() > 0) { in ProcessQueues()760 processor->EnqueueWork(); in ProcessQueues()769 processor->ProcessSyncQueue(); in ProcessQueues()779 JournalProcessor processor(this); in ProcessLoop() local[all …]
25 /// (Filled in by processor before |UsbRequestComplete()| is called)
499 zbi_topology_processor_t processor; member
338 void ProcessQueues(JournalProcessor* processor) __TA_EXCLUDES(lock_);
68 …ed due to recovery from earlier machine clear event for any logical thread on this processor core")160 "L1D misses per cycle (this)", "Number of outstanding L1D misses for this logical processor")164 …per cycle (any)", "Number of outstanding L1D misses for any logical thread on this processor core")
Completed in 675 milliseconds