Searched defs:sqe (Results 1 – 9 of 9) sorted by relevance
90 auto sqe = io_uring_get_sqe(&ring); in PrepReadFixed() local100 auto sqe = io_uring_get_sqe(&ring); in PrepRead() local109 auto sqe = io_uring_get_sqe(&ring); in PrepWrite() local
68 const auto sqe = ring->PrepWrite(fd, buf + i, IO_BATCH_SIZE, i); in Write() local90 const auto sqe = ring->PrepRead(fd, buf.data(), buf.size(), 0); in TEST_F() local103 const auto sqe = ring->PrepWrite(fd, buffer.data(), buffer.size(), 0); in TEST_F() local
27 auto sqe = io_uring_get_sqe(ring); in prep_async_read() local42 auto sqe = io_uring_get_sqe(ring); in prep_async_write() local
264 struct io_uring_sqe* sqe = io_uring_get_sqe(ring_.get()); in MergeOrderedOpsAsync() local301 struct io_uring_sqe* sqe = io_uring_get_sqe(ring_.get()); in MergeOrderedOpsAsync() local
169 const auto sqe = in VerifyBlocks() local
306 struct io_uring_sqe* sqe; in ReadAheadAsyncIO() local
70 struct io_uring_sqe* sqe = io_uring_get_sqe(&mCtx->ring); in EnqueueMultishotRecvmsg() local
21563 const struct io_uring_sqe *sqe; member
31838 const struct io_uring_sqe *sqe; member