Searched refs:irqpoll (Results 1 – 10 of 10) sorted by relevance
/linux/drivers/scsi/cxlflash/ |
A D | main.c | 708 irq_poll_disable(&hwq->irqpoll); in stop_afu() 1444 static int cxlflash_irqpoll(struct irq_poll *irqpoll, int budget) in cxlflash_irqpoll() argument 1446 struct hwq *hwq = container_of(irqpoll, struct hwq, irqpoll); in cxlflash_irqpoll() 1455 irq_poll_complete(irqpoll); in cxlflash_irqpoll() 1487 irq_poll_sched(&hwq->irqpoll); in cxlflash_rrq_irq() 1907 irq_poll_init(&hwq->irqpoll, afu->irqpoll_weight, in start_afu() 2910 irq_poll_disable(&hwq->irqpoll); in irqpoll_weight_store() 2920 irq_poll_init(&hwq->irqpoll, weight, cxlflash_irqpoll); in irqpoll_weight_store()
|
A D | common.h | 227 struct irq_poll irqpoll; member
|
/linux/Documentation/PCI/ |
A D | boot-interrupts.rst | 37 irq 19: nobody cared (try booting with the "irqpoll" option)
|
/linux/drivers/scsi/megaraid/ |
A D | megaraid_sas_fusion.c | 3698 irq_poll_sched(&irq_context->irqpoll); in complete_cmd_fusion() 3759 irq_poll_enable(&irq_ctx->irqpoll); in megasas_enable_irq_poll() 3779 irq_poll_disable(&irq_ctx->irqpoll); in megasas_sync_irqs() 3796 int megasas_irqpoll(struct irq_poll *irqpoll, int budget) in megasas_irqpoll() argument 3802 irq_ctx = container_of(irqpoll, struct megasas_irq_context, irqpoll); in megasas_irqpoll() 3812 irq_poll_complete(irqpoll); in megasas_irqpoll()
|
A D | megaraid_sas.h | 2214 struct irq_poll irqpoll; member 2724 int megasas_irqpoll(struct irq_poll *irqpoll, int budget);
|
A D | megaraid_sas_base.c | 5656 irq_poll_init(&irq_ctx->irqpoll, in megasas_setup_irq_poll() 5759 irq_poll_disable(&irq_ctx->irqpoll); in megasas_destroy_irqs()
|
/linux/drivers/scsi/mpt3sas/ |
A D | mpt3sas_base.c | 1787 irq_poll_sched(&reply_q->irqpoll); in _base_process_reply_queue() 1897 _base_irqpoll(struct irq_poll *irqpoll, int budget) in _base_irqpoll() argument 1902 reply_q = container_of(irqpoll, struct adapter_reply_queue, in _base_irqpoll() 1903 irqpoll); in _base_irqpoll() 1910 irq_poll_complete(irqpoll); in _base_irqpoll() 1943 irq_poll_init(&reply_q->irqpoll, in _base_init_irqpolls() 2003 irq_poll_disable(&reply_q->irqpoll); in mpt3sas_base_sync_reply_irqs() 2004 irq_poll_enable(&reply_q->irqpoll); in mpt3sas_base_sync_reply_irqs()
|
A D | mpt3sas_base.h | 957 struct irq_poll irqpoll; member
|
/linux/Documentation/admin-guide/kdump/ |
A D | kdump.rst | 440 "1 irqpoll nr_cpus=1 reset_devices" 469 * The "irqpoll" boot parameter reduces driver initialization failures
|
/linux/Documentation/admin-guide/ |
A D | kernel-parameters.txt | 2128 irqpoll [HW]
|
Completed in 686 milliseconds