Home
last modified time | relevance | path

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

/linux/io_uring/
H A Dopdef.h14 /* supports iopoll */
15 unsigned iopoll : 1;
28 /* have to be put into the iopoll list */
13 unsigned iopoll : 1; global() member
H A Drw.c877 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 Dio_uring.c1793 if (!def->iopoll && (ctx->flags & IORING_SETUP_IOPOLL)) in io_init_req()
/linux/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()
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 Dfile.c1585 .iopoll = iocb_bio_iopoll,
1619 .iopoll = iocb_bio_iopoll,
/linux/fs/zonefs/
H A Dfile.c873 .iopoll = iocb_bio_iopoll,
/linux/fs/ext4/
H A Dfile.c962 .iopoll = iocb_bio_iopoll,
/linux/block/
H A Dfops.c958 .iopoll = iocb_bio_iopoll,
/linux/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()
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 Dipr.h510 struct irq_poll iopoll; member
/linux/fs/xfs/
H A Dxfs_file.c2030 .iopoll = iocb_bio_iopoll,
/linux/Documentation/filesystems/
H A Dlocking.rst474 int (*iopoll) (struct kiocb *kiocb, bool spin);
/linux/include/linux/
H A Dfs.h1934 int (*iopoll)(struct kiocb *kiocb, struct io_comp_batch *, member