Home
last modified time | relevance | path

Searched refs:io_do_iopoll (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-6.6/io_uring/
H A Dio_uring.h80 int io_do_iopoll(struct io_ring_ctx *ctx, bool force_nonspin);
H A Dsqpoll.c185 io_do_iopoll(ctx, true); in __io_sq_thread()
H A Drw.c995 int io_do_iopoll(struct io_ring_ctx *ctx, bool force_nonspin) in io_do_iopoll() function
H A Dio_uring.c1578 if (io_do_iopoll(ctx, true) == 0) in io_iopoll_try_reap_events()
1651 ret = io_do_iopoll(ctx, !min); in io_iopoll_check()
1677 * find it from a io_do_iopoll() thread before the issuer is done
/kernel/linux/linux-5.10/io_uring/
H A Dio_uring.c2546 static int io_do_iopoll(struct io_ring_ctx *ctx, unsigned int *nr_events, in io_do_iopoll() function
2605 io_do_iopoll(ctx, &nr_events, 0); in io_iopoll_try_reap_events()
2667 ret = io_do_iopoll(ctx, &nr_events, min); in io_iopoll_check()
2846 * find it from a io_do_iopoll() thread before the issuer is done
7467 io_do_iopoll(ctx, &nr_events, 0); in __io_sq_thread()

Completed in 22 milliseconds