Searched refs:irq_poll (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/include/linux/ |
D | irq_poll.h | 5 struct irq_poll; 6 typedef int (irq_poll_fn)(struct irq_poll *, int); 8 struct irq_poll { struct 20 extern void irq_poll_sched(struct irq_poll *); argument 21 extern void irq_poll_init(struct irq_poll *, int, irq_poll_fn *); 22 extern void irq_poll_complete(struct irq_poll *); 23 extern void irq_poll_enable(struct irq_poll *); 24 extern void irq_poll_disable(struct irq_poll *);
|
/Linux-v4.19/lib/ |
D | irq_poll.c | 27 void irq_poll_sched(struct irq_poll *iop) in irq_poll_sched() 51 static void __irq_poll_complete(struct irq_poll *iop) in __irq_poll_complete() 68 void irq_poll_complete(struct irq_poll *iop) in irq_poll_complete() 87 struct irq_poll *iop; in irq_poll_softirq() 105 iop = list_entry(list->next, struct irq_poll, list); in irq_poll_softirq() 145 void irq_poll_disable(struct irq_poll *iop) in irq_poll_disable() 162 void irq_poll_enable(struct irq_poll *iop) in irq_poll_enable() 179 void irq_poll_init(struct irq_poll *iop, int weight, irq_poll_fn *poll_fn) in irq_poll_init()
|
D | Makefile | 197 obj-$(CONFIG_IRQ_POLL) += irq_poll.o
|
/Linux-v4.19/drivers/scsi/be2iscsi/ |
D | be.h | 98 struct irq_poll iopoll;
|
D | be_main.c | 2050 static int be_iopoll(struct irq_poll *iop, int budget) in be_iopoll()
|
/Linux-v4.19/drivers/infiniband/core/ |
D | cq.c | 86 static int ib_poll_handler(struct irq_poll *iop, int budget) in ib_poll_handler()
|
/Linux-v4.19/drivers/scsi/cxlflash/ |
D | common.h | 231 struct irq_poll irqpoll;
|
D | main.c | 1446 static int cxlflash_irqpoll(struct irq_poll *irqpoll, int budget) in cxlflash_irqpoll()
|
/Linux-v4.19/drivers/scsi/ |
D | ipr.h | 525 struct irq_poll iopoll;
|
D | ipr.c | 3762 static int ipr_iopoll(struct irq_poll *iop, int budget); 5774 static int ipr_iopoll(struct irq_poll *iop, int budget) in ipr_iopoll()
|
/Linux-v4.19/include/rdma/ |
D | ib_verbs.h | 1589 struct irq_poll iop;
|