Home
last modified time | relevance | path

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

/io_uring/
Dio_uring.c875 u8 opcode; member
1444 const struct io_op_def *def = &io_op_defs[req->opcode]; in io_prep_async_work()
2077 if (link && link->opcode == IORING_OP_LINK_TIMEOUT) { in io_kill_linked_timeout()
2123 if (link && link->opcode == IORING_OP_LINK_TIMEOUT) { in io_disarm_next()
3025 if (req->opcode == IORING_OP_READ_FIXED || in io_prep_rw()
3026 req->opcode == IORING_OP_WRITE_FIXED) { in io_prep_rw()
3331 u8 opcode = req->opcode; in io_import_iovec() local
3334 if (opcode == IORING_OP_READ_FIXED || opcode == IORING_OP_WRITE_FIXED) { in io_import_iovec()
3343 if (opcode == IORING_OP_READ || opcode == IORING_OP_WRITE) { in io_import_iovec()
3465 WARN_ON_ONCE(!io_op_defs[req->opcode].async_size); in io_alloc_async_data()
[all …]