Lines Matching refs:sqe
76 * we may get imprecise sqe and cqe info if uring is actively running
93 struct io_uring_sqe *sqe;
101 sqe = &ctx->sq_sqes[sq_idx << sq_shift];
105 sq_idx, io_uring_get_opcode(sqe->opcode), sqe->fd,
106 sqe->flags, (unsigned long long) sqe->off,
107 (unsigned long long) sqe->addr, sqe->rw_flags,
108 sqe->buf_index, sqe->user_data);
110 u64 *sqeb = (void *) (sqe + 1);