Searched refs:kUsbReadQueueDepth (Results 1 – 1 of 1) sorted by relevance
63 static constexpr size_t kUsbReadQueueDepth = 8; variable163 aio_context_ = ScopedAioContext::Create(kUsbReadQueueDepth + kUsbWriteQueueDepth); in UsbFfsConnection()407 for (size_t i = 0; i < kUsbReadQueueDepth; ++i) { in StartWorker()485 static constexpr size_t kMaxEvents = kUsbReadQueueDepth + kUsbWriteQueueDepth; in ReadEvents()507 uint64_t read_idx = id.id % kUsbReadQueueDepth; in ReadEvents()532 uint64_t read_idx = id.id % kUsbReadQueueDepth; in HandleRead()545 size_t read_idx = id % kUsbReadQueueDepth; in HandleRead()600 PrepareReadBlock(block, block->id().id + kUsbReadQueueDepth); in ProcessRead()727 std::array<IoReadBlock, kUsbReadQueueDepth> read_requests_;