Home
last modified time | relevance | path

Searched refs:IORING_OP_READV (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.1/tools/io_uring/
Dliburing.h124 io_uring_prep_rw(IORING_OP_READV, sqe, fd, iovecs, nr_vecs, offset); in io_uring_prep_readv()
Dio_uring-bench.c184 sqe->opcode = IORING_OP_READV; in init_io()
/Linux-v6.1/include/uapi/linux/
Dio_uring.h170 IORING_OP_READV, enumerator
/Linux-v6.1/io_uring/
Dopdef.c57 [IORING_OP_READV] = {
Drw.c116 if (req->opcode == IORING_OP_READV && req->flags & REQ_F_BUFFER_SELECT) { in io_prep_rw()