Searched refs:prep_async (Results 1 – 4 of 4) sorted by relevance
70 .prep_async = io_readv_prep_async,87 .prep_async = io_writev_prep_async,159 .prep_async = io_sendmsg_prep_async,178 .prep_async = io_recvmsg_prep_async,235 .prep_async = io_connect_prep_async,326 .prep_async = io_send_prep_async,487 .prep_async = io_uring_cmd_prep_async,501 .prep_async = io_send_prep_async,519 .prep_async = io_sendmsg_prep_async,
37 int (*prep_async)(struct io_kiocb *); member
513 if (!force && !io_op_defs[req->opcode].prep_async) in io_setup_async_rw()
1615 if (!def->prep_async) in io_req_prep_async()1623 return def->prep_async(req); in io_req_prep_async()