Home
last modified time | relevance | path

Searched refs:sqe_flags (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/io_uring/
Dio_uring.c1989 unsigned int sqe_flags) in io_check_restriction() argument
1994 if ((sqe_flags & ctx->restrictions.sqe_flags_required) != in io_check_restriction()
1998 if (sqe_flags & ~(ctx->restrictions.sqe_flags_allowed | in io_check_restriction()
2036 unsigned int sqe_flags; in io_init_req() local
2043 sqe_flags = READ_ONCE(sqe->flags); in io_init_req()
2044 req->flags = (__force io_req_flags_t) sqe_flags; in io_init_req()
2056 if (unlikely(sqe_flags & ~SQE_COMMON_FLAGS)) { in io_init_req()
2058 if (sqe_flags & ~SQE_VALID_FLAGS) in io_init_req()
2060 if (sqe_flags & IOSQE_BUFFER_SELECT) { in io_init_req()
2065 if (sqe_flags & IOSQE_CQE_SKIP_SUCCESS) in io_init_req()
[all …]
Dregister.c153 ctx->restrictions.sqe_flags_allowed = res[i].sqe_flags; in io_register_restrictions()
156 ctx->restrictions.sqe_flags_required = res[i].sqe_flags; in io_register_restrictions()
/linux-6.12.1/tools/include/uapi/linux/
Dio_uring.h635 __u8 sqe_flags; /* IORING_RESTRICTION_SQE_FLAGS_* */ member
/linux-6.12.1/include/uapi/linux/
Dio_uring.h689 __u8 sqe_flags; /* IORING_RESTRICTION_SQE_FLAGS_* */ member
/linux-6.12.1/drivers/infiniband/sw/siw/
Dsiw_qp.c1070 u32 sqe_flags = sqe->flags; in siw_sqe_complete() local
1100 notify = siw_cq_notify_now(cq, sqe_flags); in siw_sqe_complete()