drm/panthor: Don't add write fences to the shared BOs
[drm/drm-misc.git] / io_uring / uring_cmd.h
bloba361f98664d2de6b6b7a260261fedba884f155a7
1 // SPDX-License-Identifier: GPL-2.0
3 struct uring_cache {
4 struct io_uring_sqe sqes[2];
5 };
7 int io_uring_cmd(struct io_kiocb *req, unsigned int issue_flags);
8 int io_uring_cmd_prep(struct io_kiocb *req, const struct io_uring_sqe *sqe);
10 bool io_uring_try_cancel_uring_cmd(struct io_ring_ctx *ctx,
11 struct task_struct *task, bool cancel_all);