Searched refs:irq_poll (Results 1 – 16 of 16) sorted by relevance
/Linux-v5.4/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-v5.4/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 | 216 obj-$(CONFIG_IRQ_POLL) += irq_poll.o
|
/Linux-v5.4/drivers/scsi/be2iscsi/ |
D | be.h | 93 struct irq_poll iopoll;
|
D | be_main.c | 2032 static int be_iopoll(struct irq_poll *iop, int budget) in be_iopoll()
|
/Linux-v5.4/drivers/scsi/cxlflash/ |
D | common.h | 227 struct irq_poll irqpoll;
|
D | main.c | 1449 static int cxlflash_irqpoll(struct irq_poll *irqpoll, int budget) in cxlflash_irqpoll()
|
/Linux-v5.4/drivers/infiniband/core/ |
D | cq.c | 125 static int ib_poll_handler(struct irq_poll *iop, int budget) in ib_poll_handler()
|
/Linux-v5.4/drivers/scsi/megaraid/ |
D | megaraid_sas.h | 2209 struct irq_poll irqpoll; 2706 int megasas_irqpoll(struct irq_poll *irqpoll, int budget);
|
D | megaraid_sas_fusion.c | 3730 int megasas_irqpoll(struct irq_poll *irqpoll, int budget) in megasas_irqpoll()
|
/Linux-v5.4/drivers/scsi/mpt3sas/ |
D | mpt3sas_base.h | 908 struct irq_poll irqpoll;
|
D | mpt3sas_base.c | 1627 _base_irqpoll(struct irq_poll *irqpoll, int budget) in _base_irqpoll()
|
/Linux-v5.4/drivers/scsi/ |
D | ipr.h | 512 struct irq_poll iopoll;
|
D | ipr.c | 3748 static int ipr_iopoll(struct irq_poll *iop, int budget); 5763 static int ipr_iopoll(struct irq_poll *iop, int budget) in ipr_iopoll()
|
/Linux-v5.4/include/rdma/ |
D | ib_verbs.h | 1553 struct irq_poll iop;
|
/Linux-v5.4/include/ |
D | Kbuild | 252 header-test- += linux/irq_poll.h
|