Home
last modified time | relevance | path

Searched refs:processor (Results 1 – 7 of 7) sorted by relevance

/system/ulib/blobfs/test/
A Djournal-test.cpp67 blobfs::JournalProcessor processor(&journal); in JournalEntryLifetimeTest() local
75 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()
/system/utest/processor/
A Drules.mk12 $(LOCAL_DIR)/processor.c \
14 MODULE_NAME := processor-test
/system/ulib/blobfs/
A Djournal.cpp697 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 …]
/system/banjo/ddk-protocol-usb-request/
A Dusb-request.banjo25 /// (Filled in by processor before |UsbRequestComplete()| is called)
/system/public/zircon/boot/
A Dimage.h499 zbi_topology_processor_t processor; member
/system/ulib/blobfs/include/blobfs/
A Djournal.h338 void ProcessQueues(JournalProcessor* processor) __TA_EXCLUDES(lock_);
/system/ulib/zircon-internal/include/lib/zircon-internal/device/cpu-trace/
A Dskylake-pm-events.inc68 …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