Home
last modified time | relevance | path

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

/linux-6.15/io_uring/
H A Dopdef.c70 .iopoll_queue = 1,
85 .iopoll_queue = 1,
105 .iopoll_queue = 1,
119 .iopoll_queue = 1,
250 .iopoll_queue = 1,
264 .iopoll_queue = 1,
418 .iopoll_queue = 1,
551 .iopoll_queue = 1,
566 .iopoll_queue = 1,
H A Dopdef.h27 unsigned iopoll_queue : 1; member
H A Dio_uring.c1773 if ((req->ctx->flags & IORING_SETUP_IOPOLL) && def->iopoll_queue) in io_issue_sqe()