Searched refs:irq_poll_init (Results 1 – 4 of 4) sorted by relevance
| /linux/lib/ |
| H A D | irq_poll.c | 179 void irq_poll_init(struct irq_poll *iop, int weight, irq_poll_fn *poll_fn) in irq_poll_init() function 186 EXPORT_SYMBOL(irq_poll_init);
|
| /linux/include/linux/ |
| H A D | irq_poll.h | 21 extern void irq_poll_init(struct irq_poll *, int, irq_poll_fn *);
|
| /linux/drivers/scsi/be2iscsi/ |
| H A D | be_main.c | 5333 irq_poll_init(&pbe_eq->iopoll, be_iopoll_budget, be_iopoll); in beiscsi_enable_port() 5654 irq_poll_init(&pbe_eq->iopoll, be_iopoll_budget, be_iopoll); in beiscsi_dev_probe()
|
| /linux/drivers/scsi/ |
| H A D | ipr.c | 3739 irq_poll_init(&ioa_cfg->hrrq[i].iopoll, in ipr_store_iopoll_weight() 9820 irq_poll_init(&ioa_cfg->hrrq[i].iopoll, in ipr_probe()
|