Home
last modified time | relevance | path

Searched refs:io_op_defs (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/io_uring/
H A Dio_uring.c931 static const struct io_op_def io_op_defs[] = { variable
1434 const struct io_op_def *def = &io_op_defs[req->opcode]; in io_prep_async_work()
3455 WARN_ON_ONCE(!io_op_defs[req->opcode].async_size); in io_alloc_async_data()
3456 req->async_data = kmalloc(io_op_defs[req->opcode].async_size, GFP_KERNEL); in io_alloc_async_data()
3464 if (!force && !io_op_defs[req->opcode].needs_async_setup) in io_setup_async_rw()
5805 const struct io_op_def *def = &io_op_defs[req->opcode]; in io_arm_poll_handler()
6570 if (!io_op_defs[req->opcode].needs_async_setup) in io_req_prep_async()
7189 !io_op_defs[req->opcode].buffer_select)
7209 io_op_defs[req->opcode].plug) {
7214 if (io_op_defs[re
[all...]

Completed in 12 milliseconds