Home
last modified time | relevance | path

Searched refs:sq_flags (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/drivers/nvme/host/
Dtrace.c26 u16 sq_flags = get_unaligned_le16(cdw10 + 4); in nvme_trace_create_sq() local
31 sqid, qsize, sq_flags, cqid); in nvme_trace_create_sq()
Dpci.c1176 c.create_sq.sq_flags = cpu_to_le16(flags); in adapter_alloc_sq()
/Linux-v5.15/fs/
Dio_uring.c165 u32 sq_flags; member
1663 WRITE_ONCE(ctx->rings->sq_flags, in __io_cqring_overflow_flush()
1664 ctx->rings->sq_flags & ~IORING_SQ_CQ_OVERFLOW); in __io_cqring_overflow_flush()
1741 WRITE_ONCE(ctx->rings->sq_flags, in io_cqring_event_overflow()
1742 ctx->rings->sq_flags | IORING_SQ_CQ_OVERFLOW); in io_cqring_event_overflow()
7318 WRITE_ONCE(ctx->rings->sq_flags, in io_ring_set_wakeup_flag()
7319 ctx->rings->sq_flags | IORING_SQ_NEED_WAKEUP); in io_ring_set_wakeup_flag()
7326 WRITE_ONCE(ctx->rings->sq_flags, in io_ring_clear_wakeup_flag()
7327 ctx->rings->sq_flags & ~IORING_SQ_NEED_WAKEUP); in io_ring_clear_wakeup_flag()
10315 p->sq_off.flags = offsetof(struct io_rings, sq_flags); in io_uring_create()
/Linux-v5.15/include/linux/
Dnvme.h1167 __le16 sq_flags; member