Searched refs:iopoll (Results 1 – 18 of 18) sorted by relevance
| /linux-6.15/io_uring/ |
| H A D | opdef.c | 57 .iopoll = 1, 69 .iopoll = 1, 84 .iopoll = 1, 104 .iopoll = 1, 118 .iopoll = 1, 232 .iopoll = 1, 249 .iopoll = 1, 263 .iopoll = 1, 334 .iopoll = 1, 340 .iopoll = 1, [all …]
|
| H A D | opdef.h | 13 unsigned iopoll : 1; member
|
| H A D | rw.c | 867 if (!(kiocb->ki_flags & IOCB_DIRECT) || !file->f_op->iopoll) in io_rw_init_file() 1247 return file->f_op->iopoll(&rw->kiocb, iob, poll_flags); in io_uring_classic_poll()
|
| H A D | io_uring.c | 2100 if (!def->iopoll && (ctx->flags & IORING_SETUP_IOPOLL)) in io_init_req()
|
| /linux-6.15/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() 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.15/fs/gfs2/ |
| H A D | file.c | 1577 .iopoll = iocb_bio_iopoll, 1612 .iopoll = iocb_bio_iopoll,
|
| /linux-6.15/fs/zonefs/ |
| H A D | file.c | 859 .iopoll = iocb_bio_iopoll,
|
| /linux-6.15/fs/ext4/ |
| H A D | file.c | 966 .iopoll = iocb_bio_iopoll,
|
| /linux-6.15/block/ |
| H A D | fops.c | 906 .iopoll = iocb_bio_iopoll,
|
| /linux-6.15/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() 9795 irq_poll_init(&ioa_cfg->hrrq[i].iopoll, in ipr_probe() 9826 irq_poll_disable(&ioa_cfg->hrrq[i].iopoll); in ipr_shutdown()
|
| H A D | ipr.h | 510 struct irq_poll iopoll; member
|
| /linux-6.15/fs/xfs/ |
| H A D | xfs_file.c | 1874 .iopoll = iocb_bio_iopoll,
|
| /linux-6.15/Documentation/filesystems/ |
| H A D | locking.rst | 528 int (*iopoll) (struct kiocb *kiocb, bool spin);
|
| H A D | vfs.rst | 1100 int (*iopoll)(struct kiocb *kiocb, bool spin); 1149 ``iopoll``
|
| /linux-6.15/include/linux/ |
| H A D | fs.h | 2137 int (*iopoll)(struct kiocb *kiocb, struct io_comp_batch *, member
|
| /linux-6.15/fs/f2fs/ |
| H A D | file.c | 5362 .iopoll = iocb_bio_iopoll,
|