Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/be2iscsi/
Dbe.h93 struct irq_poll iopoll; member
Dbe_iscsi.c1223 irq_poll_disable(&pbe_eq->iopoll); in beiscsi_flush_cq()
1225 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.4/fs/gfs2/
Dfile.c1294 .iopoll = iomap_dio_iopoll,
1325 .iopoll = iomap_dio_iopoll,
/Linux-v5.4/fs/xfs/
Dxfs_file.c1254 .iopoll = iomap_dio_iopoll,
/Linux-v5.4/drivers/scsi/
Dipr.c3809 irq_poll_disable(&ioa_cfg->hrrq[i].iopoll); in ipr_store_iopoll_weight()
3816 irq_poll_init(&ioa_cfg->hrrq[i].iopoll, in ipr_store_iopoll_weight()
5772 hrrq = container_of(iop, struct ipr_hrr_queue, iopoll); in ipr_iopoll()
5887 irq_poll_sched(&hrrq->iopoll); in ipr_isr_mhrrq()
10602 irq_poll_init(&ioa_cfg->hrrq[i].iopoll, in ipr_probe()
10633 irq_poll_disable(&ioa_cfg->hrrq[i].iopoll); in ipr_shutdown()
Dipr.h512 struct irq_poll iopoll; member
/Linux-v5.4/fs/
Dio_uring.c822 ret = kiocb->ki_filp->f_op->iopoll(kiocb, spin); in io_do_iopoll()
1127 !kiocb->ki_filp->f_op->iopoll) in io_prep_rw()
Dblock_dev.c2122 .iopoll = blkdev_iopoll,
/Linux-v5.4/Documentation/filesystems/
Dvfs.rst960 int (*iopoll)(struct kiocb *kiocb, bool spin);
1011 ``iopoll``
/Linux-v5.4/include/linux/
Dfs.h1821 int (*iopoll)(struct kiocb *kiocb, bool spin); member