Home
last modified time | relevance | path

Searched refs:__io_cqring_events (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/io_uring/
H A Dio_uring.c184 static inline unsigned int __io_cqring_events(struct io_ring_ctx *ctx) in __io_cqring_events() function
686 if (__io_cqring_events(ctx) == ctx->cq_entries) in __io_cqring_overflow_flush()
844 queued = min(__io_cqring_events(ctx), ctx->cq_entries); in io_cqe_cache_refill()
1563 return __io_cqring_events(ctx); in io_cqring_events()
/kernel/linux/linux-5.10/io_uring/
H A Dio_uring.c1602 static inline unsigned int __io_cqring_events(struct io_ring_ctx *ctx) in __io_cqring_events() function
1617 if (__io_cqring_events(ctx) == ctx->cq_entries) in io_get_cqe()
1681 if (!force && __io_cqring_events(ctx) == ctx->cq_entries) in __io_cqring_overflow_flush()
2446 return __io_cqring_events(ctx); in io_cqring_events()

Completed in 19 milliseconds