Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/io_uring/
H A Dio_uring.c2437 static inline unsigned int io_sqring_entries(struct io_ring_ctx *ctx) in io_sqring_entries() function
7189 nr = min3(nr, ctx->sq_entries, io_sqring_entries(ctx)); in io_submit_sqes()
7258 to_submit = io_sqring_entries(ctx); in __io_sq_thread()
7374 if (io_sqring_entries(ctx)) { in io_sq_thread()