X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=io_uring%2Fio_uring.h;h=d2bad1df347da382ef731f0e5a96f4f16a099d8e;hb=f9d5410d8f1b3e189fa931cd4bec142c8934cc29;hp=0bc145614a6e66ae2d2ec0933fa7165e11f74229;hpb=36fb6a3ccf5f90ed589c9ee9b47bddaf032f4d3f;p=platform%2Fkernel%2Flinux-rpi.git diff --git a/io_uring/io_uring.h b/io_uring/io_uring.h index 0bc1456..d2bad1d 100644 --- a/io_uring/io_uring.h +++ b/io_uring/io_uring.h @@ -86,6 +86,9 @@ bool __io_alloc_req_refill(struct io_ring_ctx *ctx); bool io_match_task_safe(struct io_kiocb *head, struct task_struct *task, bool cancel_all); +void *io_mem_alloc(size_t size); +void io_mem_free(void *ptr); + #if defined(CONFIG_PROVE_LOCKING) static inline void io_lockdep_assert_cq_locked(struct io_ring_ctx *ctx) {