Searched refs:sqe_op (Results 1 - 22 of 22) sorted by relevance
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | io_uring.h | 224 __u8 sqe_op; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | io_uring.h | 224 __u8 sqe_op; member
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | io_uring.h | 384 __u8 sqe_op; /* IORING_RESTRICTION_SQE_OP */ member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | io_uring_types.h | 156 DECLARE_BITMAP(sqe_op, IORING_OP_LAST);
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | io_uring.h | 622 __u8 sqe_op; /* IORING_RESTRICTION_SQE_OP */ member
|
/third_party/rust/crates/rustix/src/ |
H A D | io_uring.rs | 779 pub sqe_op: IoringOp,
|
/kernel/linux/linux-6.6/io_uring/ |
H A D | io_uring.c | 2087 if (!test_bit(req->opcode, ctx->restrictions.sqe_op)) in io_check_restriction() 4175 if (res[i].sqe_op >= IORING_OP_LAST) { in io_register_restrictions() 4180 __set_bit(res[i].sqe_op, ctx->restrictions.sqe_op); in io_register_restrictions()
|
/kernel/linux/linux-5.10/io_uring/ |
H A D | io_uring.c | 267 DECLARE_BITMAP(sqe_op, IORING_OP_LAST); 7149 if (!test_bit(req->opcode, ctx->restrictions.sqe_op)) in io_check_restriction() 10622 if (res[i].sqe_op >= IORING_OP_LAST) { in io_register_restrictions() 10627 __set_bit(res[i].sqe_op, ctx->restrictions.sqe_op); in io_register_restrictions()
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | general.rs | 4686 pub sqe_op: __u8,
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | general.rs | 4684 pub sqe_op: __u8,
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
H A D | general.rs | 4664 pub sqe_op: __u8,
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | general.rs | 4828 pub sqe_op: __u8,
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | general.rs | 4898 pub sqe_op: __u8,
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
H A D | general.rs | 4856 pub sqe_op: __u8,
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
H A D | general.rs | 4962 pub sqe_op: __u8,
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
H A D | general.rs | 4770 pub sqe_op: __u8,
|
/third_party/rust/crates/linux-raw-sys/src/sparc/ |
H A D | general.rs | 5048 pub sqe_op: __u8,
|
/third_party/rust/crates/linux-raw-sys/src/s390x/ |
H A D | general.rs | 4744 pub sqe_op: __u8,
|
/third_party/rust/crates/linux-raw-sys/src/sparc64/ |
H A D | general.rs | 5018 pub sqe_op: __u8,
|
/third_party/rust/crates/linux-raw-sys/src/x32/ |
H A D | general.rs | 4713 pub sqe_op: __u8,
|
/third_party/rust/crates/linux-raw-sys/src/x86/ |
H A D | general.rs | 4805 pub sqe_op: __u8,
|
/third_party/rust/crates/linux-raw-sys/src/x86_64/ |
H A D | general.rs | 4722 pub sqe_op: __u8,
|
Completed in 269 milliseconds