Searched refs:io_sqring_entries (Results 1 – 1 of 1) sorted by relevance
2452 static inline unsigned int io_sqring_entries(struct io_ring_ctx *ctx) in io_sqring_entries() function7560 nr = min3(nr, ctx->sq_entries, io_sqring_entries(ctx)); in io_submit_sqes()7629 to_submit = io_sqring_entries(ctx); in __io_sq_thread()7745 if (io_sqring_entries(ctx)) { in io_sq_thread()