Searched refs:sq (Results 1 – 1 of 1) sorted by relevance
103 struct io_uring sq, cq; member753 return smp_load_acquire(&rings->sq.tail) - ctx->cached_sq_head; in io_sqring_entries()2573 if (ctx->cached_sq_head != READ_ONCE(rings->sq.head)) { in io_commit_sqring()2579 smp_store_release(&rings->sq.head, ctx->cached_sq_head); in io_commit_sqring()2607 if (head == smp_load_acquire(&rings->sq.tail)) in io_get_sqring()3616 if (READ_ONCE(ctx->rings->sq.tail) - ctx->cached_sq_head != in io_uring_poll()3898 p->sq_off.head = offsetof(struct io_rings, sq.head); in io_uring_create()3899 p->sq_off.tail = offsetof(struct io_rings, sq.tail); in io_uring_create()