Searched refs:io_sqring_entries (Results 1 – 1 of 1) sorted by relevance
2260 static inline unsigned int io_sqring_entries(struct io_ring_ctx *ctx) in io_sqring_entries() function6557 nr = min3(nr, ctx->sq_entries, io_sqring_entries(ctx)); in io_submit_sqes()6677 to_submit = io_sqring_entries(ctx); in __io_sq_thread()6720 to_submit = io_sqring_entries(ctx); in __io_sq_thread()