Home
last modified time | relevance | path

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

/io_uring/
Dio_uring.c2550 long min) in io_do_iopoll() argument
2560 spin = !ctx->poll_multi_queue && *nr_events < min; in io_do_iopoll()
2629 static int io_iopoll_check(struct io_ring_ctx *ctx, long min) in io_iopoll_check() argument
2672 ret = io_do_iopoll(ctx, &nr_events, min); in io_iopoll_check()
2678 } while (!ret && nr_events < min && !need_resched()); in io_iopoll_check()
8838 concurrency = min(ctx->sq_entries, 4 * num_online_cpus()); in io_init_wq_offload()
10301 min_complete = min(min_complete, ctx->cq_entries); in SYSCALL_DEFINE6()