Searched refs:cached_sq_head (Results 1 – 1 of 1) sorted by relevance
197 unsigned cached_sq_head; member780 return smp_load_acquire(&rings->sq.tail) - ctx->cached_sq_head; in io_sqring_entries()2017 req->sequence = ctx->cached_sq_head + count - 1; in io_timeout()2038 tmp = (long long)ctx->cached_sq_head + count - 1; in io_timeout()2046 if (ctx->cached_sq_head < nxt_sq_head) in io_timeout()2663 if (ctx->cached_sq_head != READ_ONCE(rings->sq.head)) { in io_commit_sqring()2669 smp_store_release(&rings->sq.head, ctx->cached_sq_head); in io_commit_sqring()2695 head = ctx->cached_sq_head; in io_get_sqring()2705 s->sequence = ctx->cached_sq_head; in io_get_sqring()2706 ctx->cached_sq_head++; in io_get_sqring()[all …]