Searched refs:cached_sq_head (Results 1 – 1 of 1) sorted by relevance
276 unsigned cached_sq_head; member1546 return READ_ONCE(r->sq.tail) - ctx->cached_sq_head == r->sq_ring_entries; in io_sqring_full()2265 return smp_load_acquire(&rings->sq.tail) - ctx->cached_sq_head; in io_sqring_entries()5805 total_submitted = ctx->cached_sq_head - ctx->cached_sq_dropped; in io_get_sequence()6412 smp_store_release(&rings->sq.head, ctx->cached_sq_head); in io_commit_sqring()6436 head = READ_ONCE(sq_array[ctx->cached_sq_head & ctx->sq_mask]); in io_get_sqe()6448 ctx->cached_sq_head++; in io_consume_sqe()