We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d39bdf commit 55bee3cCopy full SHA for 55bee3c
include/uapi/linux/io_uring.h
@@ -889,20 +889,6 @@ enum {
889
IORING_REG_WAIT_TS = (1U << 0),
890
};
891
892
-/*
893
- * Argument for IORING_REGISTER_CQWAIT_REG, registering a region of
894
- * struct io_uring_reg_wait that can be indexed when io_uring_enter(2) is
895
- * called rather than pass in a wait argument structure separately.
896
- */
897
-struct io_uring_cqwait_reg_arg {
898
- __u32 flags;
899
- __u32 struct_size;
900
- __u32 nr_entries;
901
- __u32 pad;
902
- __u64 user_addr;
903
- __u64 pad2[3];
904
-};
905
-
906
/*
907
* Argument for io_uring_enter(2) with
908
* IORING_GETEVENTS | IORING_ENTER_EXT_ARG_REG set, where the actual argument
0 commit comments