Home
last modified time | relevance | path

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

/linux-6.15/io_uring/
H A Dopdef.c57 .iopoll = 1,
69 .iopoll = 1,
84 .iopoll = 1,
104 .iopoll = 1,
118 .iopoll = 1,
232 .iopoll = 1,
249 .iopoll = 1,
263 .iopoll = 1,
334 .iopoll = 1,
340 .iopoll = 1,
[all …]
H A Dopdef.h13 unsigned iopoll : 1; member
H A Drw.c867 if (!(kiocb->ki_flags & IOCB_DIRECT) || !file->f_op->iopoll) in io_rw_init_file()
1247 return file->f_op->iopoll(&rw->kiocb, iob, poll_flags); in io_uring_classic_poll()
H A Dio_uring.c2100 if (!def->iopoll && (ctx->flags & IORING_SETUP_IOPOLL)) in io_init_req()
/linux-6.15/drivers/scsi/be2iscsi/
H A Dbe.h93 struct irq_poll iopoll; member
H A Dbe_iscsi.c1237 irq_poll_disable(&pbe_eq->iopoll); in beiscsi_flush_cq()
1239 irq_poll_enable(&pbe_eq->iopoll); in beiscsi_flush_cq()
H A Dbe_main.c735 irq_poll_sched(&pbe_eq->iopoll); in be_isr_msix()
797 irq_poll_sched(&pbe_eq->iopoll); in be_isr()
2056 pbe_eq = container_of(iop, struct be_eq_obj, iopoll); in be_iopoll()
5333 irq_poll_init(&pbe_eq->iopoll, be_iopoll_budget, be_iopoll); in beiscsi_enable_port()
5369 irq_poll_disable(&pbe_eq->iopoll); in beiscsi_enable_port()
5404 irq_poll_disable(&pbe_eq->iopoll); in beiscsi_disable_port()
5653 irq_poll_init(&pbe_eq->iopoll, be_iopoll_budget, be_iopoll); in beiscsi_dev_probe()
5714 irq_poll_disable(&pbe_eq->iopoll); in beiscsi_dev_probe()
/linux-6.15/fs/gfs2/
H A Dfile.c1577 .iopoll = iocb_bio_iopoll,
1612 .iopoll = iocb_bio_iopoll,
/linux-6.15/fs/zonefs/
H A Dfile.c859 .iopoll = iocb_bio_iopoll,
/linux-6.15/fs/ext4/
H A Dfile.c966 .iopoll = iocb_bio_iopoll,
/linux-6.15/block/
H A Dfops.c906 .iopoll = iocb_bio_iopoll,
/linux-6.15/drivers/scsi/
H A Dipr.c3732 irq_poll_disable(&ioa_cfg->hrrq[i].iopoll); in ipr_store_iopoll_weight()
3739 irq_poll_init(&ioa_cfg->hrrq[i].iopoll, in ipr_store_iopoll_weight()
5473 hrrq = container_of(iop, struct ipr_hrr_queue, iopoll); in ipr_iopoll()
5587 irq_poll_sched(&hrrq->iopoll); in ipr_isr_mhrrq()
9795 irq_poll_init(&ioa_cfg->hrrq[i].iopoll, in ipr_probe()
9826 irq_poll_disable(&ioa_cfg->hrrq[i].iopoll); in ipr_shutdown()
H A Dipr.h510 struct irq_poll iopoll; member
/linux-6.15/fs/xfs/
H A Dxfs_file.c1874 .iopoll = iocb_bio_iopoll,
/linux-6.15/Documentation/filesystems/
H A Dlocking.rst528 int (*iopoll) (struct kiocb *kiocb, bool spin);
H A Dvfs.rst1100 int (*iopoll)(struct kiocb *kiocb, bool spin);
1149 ``iopoll``
/linux-6.15/include/linux/
H A Dfs.h2137 int (*iopoll)(struct kiocb *kiocb, struct io_comp_batch *, member
/linux-6.15/fs/f2fs/
H A Dfile.c5362 .iopoll = iocb_bio_iopoll,