Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/be2iscsi/
Dbe.h93 struct irq_poll iopoll; member
Dbe_iscsi.c1226 irq_poll_disable(&pbe_eq->iopoll); in beiscsi_flush_cq()
1228 irq_poll_enable(&pbe_eq->iopoll); in beiscsi_flush_cq()
Dbe_main.c717 irq_poll_sched(&pbe_eq->iopoll); in be_isr_msix()
779 irq_poll_sched(&pbe_eq->iopoll); in be_isr()
2040 pbe_eq = container_of(iop, struct be_eq_obj, iopoll); in be_iopoll()
5341 irq_poll_init(&pbe_eq->iopoll, be_iopoll_budget, be_iopoll); in beiscsi_enable_port()
5377 irq_poll_disable(&pbe_eq->iopoll); in beiscsi_enable_port()
5412 irq_poll_disable(&pbe_eq->iopoll); in beiscsi_disable_port()
5670 irq_poll_init(&pbe_eq->iopoll, be_iopoll_budget, be_iopoll); in beiscsi_dev_probe()
5731 irq_poll_disable(&pbe_eq->iopoll); in beiscsi_dev_probe()
/Linux-v5.10/fs/gfs2/
Dfile.c1365 .iopoll = iomap_dio_iopoll,
1398 .iopoll = iomap_dio_iopoll,
/Linux-v5.10/fs/ext4/
Dfile.c897 .iopoll = iomap_dio_iopoll,
/Linux-v5.10/fs/xfs/
Dxfs_file.c1371 .iopoll = iomap_dio_iopoll,
/Linux-v5.10/drivers/scsi/
Dipr.c3819 irq_poll_disable(&ioa_cfg->hrrq[i].iopoll); in ipr_store_iopoll_weight()
3826 irq_poll_init(&ioa_cfg->hrrq[i].iopoll, in ipr_store_iopoll_weight()
5788 hrrq = container_of(iop, struct ipr_hrr_queue, iopoll); in ipr_iopoll()
5902 irq_poll_sched(&hrrq->iopoll); in ipr_isr_mhrrq()
10626 irq_poll_init(&ioa_cfg->hrrq[i].iopoll, in ipr_probe()
10657 irq_poll_disable(&ioa_cfg->hrrq[i].iopoll); in ipr_shutdown()
Dipr.h512 struct irq_poll iopoll; member
/Linux-v5.10/fs/zonefs/
Dsuper.c1062 .iopoll = iomap_dio_iopoll,
/Linux-v5.10/fs/
Dblock_dev.c2037 .iopoll = blkdev_iopoll,
Dio_uring.c2390 ret = kiocb->ki_filp->f_op->iopoll(kiocb, spin); in io_do_iopoll()
2799 !kiocb->ki_filp->f_op->iopoll) in io_prep_rw()
/Linux-v5.10/Documentation/filesystems/
Dvfs.rst975 int (*iopoll)(struct kiocb *kiocb, bool spin);
1026 ``iopoll``
/Linux-v5.10/include/linux/
Dfs.h1829 int (*iopoll)(struct kiocb *kiocb, bool spin); member