Home
last modified time | relevance | path

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

/linux/io_uring/
H A Dopdef.c70 .iopoll_queue = 1,
85 .iopoll_queue = 1,
105 .iopoll_queue = 1,
119 .iopoll_queue = 1,
253 .iopoll_queue = 1,
267 .iopoll_queue = 1,
426 .iopoll_queue = 1,
559 .iopoll_queue = 1,
574 .iopoll_queue = 1,
596 .iopoll_queue = 1,
H A Dopdef.h29 unsigned iopoll_queue : 1; member
H A Dio_uring.c1422 if ((req->ctx->flags & IORING_SETUP_IOPOLL) && def->iopoll_queue) in io_issue_sqe()