Home
last modified time | relevance | path

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

/io_uring/
Dopdef.c52 .iopoll = 1,
65 .iopoll = 1,
83 .iopoll = 1,
107 .iopoll = 1,
123 .iopoll = 1,
263 .iopoll = 1,
283 .iopoll = 1,
299 .iopoll = 1,
381 .iopoll = 1,
388 .iopoll = 1,
[all …]
Dopdef.h27 unsigned iopoll : 1; member
Drw.c683 if (!(kiocb->ki_flags & IOCB_DIRECT) || !file->f_op->iopoll) in io_rw_init_file()
1032 ret = file->f_op->iopoll(&rw->kiocb, &iob, poll_flags); in io_do_iopoll()
Dio_uring.c2051 if (!def->iopoll && (ctx->flags & IORING_SETUP_IOPOLL)) in io_init_req()