Searched refs:sq_flags (Results 1 – 4 of 4) sorted by relevance
26 u16 sq_flags = get_unaligned_le16(cdw10 + 4); in nvme_trace_create_sq() local31 sqid, qsize, sq_flags, cqid); in nvme_trace_create_sq()
1202 c.create_sq.sq_flags = cpu_to_le16(flags); in adapter_alloc_sq()
170 u32 sq_flags; member1772 WRITE_ONCE(ctx->rings->sq_flags, in __io_cqring_overflow_flush()1773 ctx->rings->sq_flags & ~IORING_SQ_CQ_OVERFLOW); in __io_cqring_overflow_flush()1850 WRITE_ONCE(ctx->rings->sq_flags, in io_cqring_event_overflow()1851 ctx->rings->sq_flags | IORING_SQ_CQ_OVERFLOW); in io_cqring_event_overflow()7400 WRITE_ONCE(ctx->rings->sq_flags, in io_ring_set_wakeup_flag()7401 ctx->rings->sq_flags | IORING_SQ_NEED_WAKEUP); in io_ring_set_wakeup_flag()7408 WRITE_ONCE(ctx->rings->sq_flags, in io_ring_clear_wakeup_flag()7409 ctx->rings->sq_flags & ~IORING_SQ_NEED_WAKEUP); in io_ring_clear_wakeup_flag()10458 p->sq_off.flags = offsetof(struct io_rings, sq_flags); in io_uring_create()
1182 __le16 sq_flags; member
Completed in 39 milliseconds