]> Git Repo - linux.git/blob - io_uring/uring_cmd.h
Merge tag 'drm-misc-fixes-2024-09-05' of https://gitlab.freedesktop.org/drm/misc...
[linux.git] / io_uring / uring_cmd.h
1 // SPDX-License-Identifier: GPL-2.0
2
3 struct uring_cache {
4         struct io_uring_sqe sqes[2];
5 };
6
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);
9
10 bool io_uring_try_cancel_uring_cmd(struct io_ring_ctx *ctx,
11                                    struct task_struct *task, bool cancel_all);
This page took 0.03089 seconds and 4 git commands to generate.