Home
last modified time | relevance | path

Searched refs:sqe_op (Results 1 - 22 of 22) sorted by relevance

/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dio_uring.h224 __u8 sqe_op; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dio_uring.h224 __u8 sqe_op; member
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dio_uring.h384 __u8 sqe_op; /* IORING_RESTRICTION_SQE_OP */ member
/kernel/linux/linux-6.6/include/linux/
H A Dio_uring_types.h156 DECLARE_BITMAP(sqe_op, IORING_OP_LAST);
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dio_uring.h622 __u8 sqe_op; /* IORING_RESTRICTION_SQE_OP */ member
/third_party/rust/crates/rustix/src/
H A Dio_uring.rs779 pub sqe_op: IoringOp,
/kernel/linux/linux-6.6/io_uring/
H A Dio_uring.c2087 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 Dio_uring.c267 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 Dgeneral.rs4686 pub sqe_op: __u8,
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs4684 pub sqe_op: __u8,
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs4664 pub sqe_op: __u8,
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs4828 pub sqe_op: __u8,
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs4898 pub sqe_op: __u8,
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs4856 pub sqe_op: __u8,
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs4962 pub sqe_op: __u8,
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs4770 pub sqe_op: __u8,
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs5048 pub sqe_op: __u8,
/third_party/rust/crates/linux-raw-sys/src/s390x/
H A Dgeneral.rs4744 pub sqe_op: __u8,
/third_party/rust/crates/linux-raw-sys/src/sparc64/
H A Dgeneral.rs5018 pub sqe_op: __u8,
/third_party/rust/crates/linux-raw-sys/src/x32/
H A Dgeneral.rs4713 pub sqe_op: __u8,
/third_party/rust/crates/linux-raw-sys/src/x86/
H A Dgeneral.rs4805 pub sqe_op: __u8,
/third_party/rust/crates/linux-raw-sys/src/x86_64/
H A Dgeneral.rs4722 pub sqe_op: __u8,

Completed in 269 milliseconds