Searched refs:cached_sq_head (Results 1 – 1 of 1) sorted by relevance
196 unsigned cached_sq_head; member750 return smp_load_acquire(&rings->sq.tail) - ctx->cached_sq_head; in io_sqring_entries()1964 req->sequence = ctx->cached_sq_head + count - 1; in io_timeout()1985 tmp = (long long)ctx->cached_sq_head + count - 1; in io_timeout()1993 if (ctx->cached_sq_head < nxt_sq_head) in io_timeout()2546 if (ctx->cached_sq_head != READ_ONCE(rings->sq.head)) { in io_commit_sqring()2552 smp_store_release(&rings->sq.head, ctx->cached_sq_head); in io_commit_sqring()2578 head = ctx->cached_sq_head; in io_get_sqring()2587 s->sequence = ctx->cached_sq_head; in io_get_sqring()2588 ctx->cached_sq_head++; in io_get_sqring()[all …]