2022-05-25 05:42:08 -07:00
|
|
|
// SPDX-License-Identifier: GPL-2.0
|
|
|
|
|
|
|
|
int io_msg_ring_prep(struct io_kiocb *req, const struct io_uring_sqe *sqe);
|
|
|
|
int io_msg_ring(struct io_kiocb *req, unsigned int issue_flags);
|
2022-12-06 20:53:34 -07:00
|
|
|
void io_msg_ring_cleanup(struct io_kiocb *req);
|
2024-06-06 11:25:01 -07:00
|
|
|
void io_msg_cache_free(const void *entry);
|