Home
last modified time | relevance | path

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

/Linux-v5.15/fs/
Dio_uring.c1562 static inline unsigned int __io_cqring_events(struct io_ring_ctx *ctx) in __io_cqring_events() function
1577 if (__io_cqring_events(ctx) == ctx->cq_entries) in io_get_cqe()
1637 if (!force && __io_cqring_events(ctx) == ctx->cq_entries) in __io_cqring_overflow_flush()
2380 return __io_cqring_events(ctx); in io_cqring_events()