Searched refs:iopoll (Results 1 – 18 of 18) sorted by relevance
/linux-6.12.1/io_uring/ |
D | opdef.c | 55 .iopoll = 1, 67 .iopoll = 1, 82 .iopoll = 1, 102 .iopoll = 1, 116 .iopoll = 1, 230 .iopoll = 1, 247 .iopoll = 1, 261 .iopoll = 1, 332 .iopoll = 1, 338 .iopoll = 1, [all …]
|
D | opdef.h | 25 unsigned iopoll : 1; member
|
D | rw.c | 814 if (!(kiocb->ki_flags & IOCB_DIRECT) || !file->f_op->iopoll) in io_rw_init_file() 1174 ret = file->f_op->iopoll(&rw->kiocb, &iob, poll_flags); in io_do_iopoll()
|
D | io_uring.c | 2089 if (!def->iopoll && (ctx->flags & IORING_SETUP_IOPOLL)) in io_init_req()
|
/linux-6.12.1/drivers/scsi/be2iscsi/ |
D | be.h | 93 struct irq_poll iopoll; member
|
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()
|
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.12.1/fs/gfs2/ |
D | file.c | 1576 .iopoll = iocb_bio_iopoll, 1609 .iopoll = iocb_bio_iopoll,
|
/linux-6.12.1/fs/zonefs/ |
D | file.c | 859 .iopoll = iocb_bio_iopoll,
|
/linux-6.12.1/fs/ext4/ |
D | file.c | 933 .iopoll = iocb_bio_iopoll,
|
/linux-6.12.1/block/ |
D | fops.c | 859 .iopoll = iocb_bio_iopoll,
|
/linux-6.12.1/fs/xfs/ |
D | xfs_file.c | 1584 .iopoll = iocb_bio_iopoll,
|
/linux-6.12.1/drivers/scsi/ |
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()
|
D | ipr.h | 510 struct irq_poll iopoll; member
|
/linux-6.12.1/Documentation/filesystems/ |
D | locking.rst | 523 int (*iopoll) (struct kiocb *kiocb, bool spin);
|
D | vfs.rst | 1081 int (*iopoll)(struct kiocb *kiocb, bool spin); 1130 ``iopoll``
|
/linux-6.12.1/include/linux/ |
D | fs.h | 2070 int (*iopoll)(struct kiocb *kiocb, struct io_comp_batch *, member
|
/linux-6.12.1/fs/f2fs/ |
D | file.c | 5217 .iopoll = iocb_bio_iopoll,
|