Home
last modified time | relevance | path

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

/Linux-v5.10/fs/
Dio_uring.c281 unsigned cached_cq_overflow; member
1197 + READ_ONCE(ctx->cached_cq_overflow); in req_need_defer()
1665 ctx->cached_cq_overflow++; in io_cqring_overflow_flush()
1667 ctx->cached_cq_overflow); in io_cqring_overflow_flush()
1710 ctx->cached_cq_overflow++; in __io_cqring_fill_event()
1711 WRITE_ONCE(ctx->rings->cq_overflow, ctx->cached_cq_overflow); in __io_cqring_fill_event()