Home
last modified time | relevance | path

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

/linux-6.12.1/io_uring/
Dopdef.c55 .iopoll = 1,
67 .iopoll = 1,
82 .iopoll = 1,
102 .iopoll = 1,
116 .iopoll = 1,
230 .iopoll = 1,
247 .iopoll = 1,
261 .iopoll = 1,
332 .iopoll = 1,
338 .iopoll = 1,
[all …]
Dopdef.h25 unsigned iopoll : 1; member
Drw.c814 if (!(kiocb->ki_flags & IOCB_DIRECT) || !file->f_op->iopoll) in io_rw_init_file()
1174 ret = file->f_op->iopoll(&rw->kiocb, &iob, poll_flags); in io_do_iopoll()
Dio_uring.c2089 if (!def->iopoll && (ctx->flags & IORING_SETUP_IOPOLL)) in io_init_req()
/linux-6.12.1/drivers/scsi/be2iscsi/
Dbe.h93 struct irq_poll iopoll; member
Dbe_iscsi.c1237 irq_poll_disable(&pbe_eq->iopoll); in beiscsi_flush_cq()
1239 irq_poll_enable(&pbe_eq->iopoll); in beiscsi_flush_cq()
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.12.1/fs/gfs2/
Dfile.c1576 .iopoll = iocb_bio_iopoll,
1609 .iopoll = iocb_bio_iopoll,
/linux-6.12.1/fs/zonefs/
Dfile.c859 .iopoll = iocb_bio_iopoll,
/linux-6.12.1/fs/ext4/
Dfile.c933 .iopoll = iocb_bio_iopoll,
/linux-6.12.1/block/
Dfops.c859 .iopoll = iocb_bio_iopoll,
/linux-6.12.1/fs/xfs/
Dxfs_file.c1584 .iopoll = iocb_bio_iopoll,
/linux-6.12.1/drivers/scsi/
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()
Dipr.h510 struct irq_poll iopoll; member
/linux-6.12.1/Documentation/filesystems/
Dlocking.rst523 int (*iopoll) (struct kiocb *kiocb, bool spin);
Dvfs.rst1081 int (*iopoll)(struct kiocb *kiocb, bool spin);
1130 ``iopoll``
/linux-6.12.1/include/linux/
Dfs.h2070 int (*iopoll)(struct kiocb *kiocb, struct io_comp_batch *, member
/linux-6.12.1/fs/f2fs/
Dfile.c5217 .iopoll = iocb_bio_iopoll,