Home
last modified time | relevance | path

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

/linux/io_uring/
H A Dio_uring.c1986 unsigned int sqe_flags) in io_check_restriction() argument
1991 if ((sqe_flags & ctx->restrictions.sqe_flags_required) != in io_check_restriction()
1995 if (sqe_flags & ~(ctx->restrictions.sqe_flags_allowed | in io_check_restriction()
2033 unsigned int sqe_flags; in io_init_req() local
2040 sqe_flags = READ_ONCE(sqe->flags); in io_init_req()
2041 req->flags = (__force io_req_flags_t) sqe_flags; in io_init_req()
2052 if (unlikely(sqe_flags & ~SQE_COMMON_FLAGS)) { in io_init_req()
2054 if (sqe_flags & ~SQE_VALID_FLAGS) in io_init_req()
2056 if (sqe_flags & IOSQE_BUFFER_SELECT) { in io_init_req()
2061 if (sqe_flags & IOSQE_CQE_SKIP_SUCCESS) in io_init_req()
[all …]
H A Dregister.c155 ctx->restrictions.sqe_flags_allowed = res[i].sqe_flags; in io_register_restrictions()
158 ctx->restrictions.sqe_flags_required = res[i].sqe_flags; in io_register_restrictions()
/linux/tools/include/uapi/linux/
H A Dio_uring.h635 __u8 sqe_flags; /* IORING_RESTRICTION_SQE_FLAGS_* */ member
/linux/include/uapi/linux/
H A Dio_uring.h731 __u8 sqe_flags; /* IORING_RESTRICTION_SQE_FLAGS_* */ member
/linux/drivers/infiniband/sw/siw/
H A 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()