Jens Axboe | 36404b0 | 2022-05-25 06:42:08 -0600 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0 |
2 | |||||
3 | int io_msg_ring_prep(struct io_kiocb *req, const struct io_uring_sqe *sqe); | ||||
4 | int io_msg_ring(struct io_kiocb *req, unsigned int issue_flags); | ||||
Pavel Begunkov | 1137302 | 2022-12-07 03:53:34 +0000 | [diff] [blame] | 5 | void io_msg_ring_cleanup(struct io_kiocb *req); |