Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/
Dio_uring.c282 unsigned cached_cq_overflow; member
1262 + READ_ONCE(ctx->cached_cq_overflow); in req_need_defer()
1702 ctx->cached_cq_overflow++; in __io_cqring_overflow_flush()
1704 ctx->cached_cq_overflow); in __io_cqring_overflow_flush()
1762 ctx->cached_cq_overflow++; in __io_cqring_fill_event()
1763 WRITE_ONCE(ctx->rings->cq_overflow, ctx->cached_cq_overflow); in __io_cqring_fill_event()