Searched refs:iopoll (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/scsi/be2iscsi/ |
| H A D | be.h | 93 struct irq_poll iopoll; member
|
| H A D | be_iscsi.c | 1237 irq_poll_disable(&pbe_eq->iopoll); in beiscsi_flush_cq() 1239 irq_poll_enable(&pbe_eq->iopoll); in beiscsi_flush_cq()
|
| H A D | be_main.c | 735 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() 5318 irq_poll_init(&pbe_eq->iopoll, be_iopoll_budget, be_iopoll); in beiscsi_enable_port() 5354 irq_poll_disable(&pbe_eq->iopoll); in beiscsi_enable_port() 5389 irq_poll_disable(&pbe_eq->iopoll); in beiscsi_disable_port() 5639 irq_poll_init(&pbe_eq->iopoll, be_iopoll_budget, be_iopoll); in beiscsi_dev_probe() 5700 irq_poll_disable(&pbe_eq->iopoll); in beiscsi_dev_probe()
|
| /linux/fs/gfs2/ |
| H A D | file.c | 1585 .iopoll = iocb_bio_iopoll, 1619 .iopoll = iocb_bio_iopoll,
|
| /linux/io_uring/ |
| H A D | rw.c | 877 if (!(kiocb->ki_flags & IOCB_DIRECT) || !file->f_op->iopoll) in io_rw_init_file() 1265 return file->f_op->iopoll(&rw->kiocb, iob, poll_flags); in io_uring_classic_poll()
|
| H A D | io_uring.c | 1795 if (!def->iopoll && (ctx->flags & IORING_SETUP_IOPOLL)) in io_init_req()
|
| /linux/block/ |
| H A D | fops.c | 958 .iopoll = iocb_bio_iopoll,
|
| /linux/drivers/scsi/ |
| H A D | ipr.c | 3732 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() 9819 irq_poll_init(&ioa_cfg->hrrq[i].iopoll, in ipr_probe() 9850 irq_poll_disable(&ioa_cfg->hrrq[i].iopoll); in ipr_shutdown()
|
| H A D | ipr.h | 510 struct irq_poll iopoll; member
|