Home
last modified time | relevance | path

Searched refs:irqpoll (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.4/drivers/scsi/cxlflash/
Dcommon.h227 struct irq_poll irqpoll; member
Dmain.c713 irq_poll_disable(&hwq->irqpoll); in stop_afu()
1449 static int cxlflash_irqpoll(struct irq_poll *irqpoll, int budget) in cxlflash_irqpoll() argument
1451 struct hwq *hwq = container_of(irqpoll, struct hwq, irqpoll); in cxlflash_irqpoll()
1460 irq_poll_complete(irqpoll); in cxlflash_irqpoll()
1492 irq_poll_sched(&hwq->irqpoll); in cxlflash_rrq_irq()
1935 irq_poll_init(&hwq->irqpoll, afu->irqpoll_weight, in start_afu()
2938 irq_poll_disable(&hwq->irqpoll); in irqpoll_weight_store()
2948 irq_poll_init(&hwq->irqpoll, weight, cxlflash_irqpoll); in irqpoll_weight_store()
/Linux-v5.4/drivers/scsi/megaraid/
Dmegaraid_sas_fusion.c3660 irq_poll_sched(&irq_context->irqpoll); in complete_cmd_fusion()
3694 irq_poll_enable(&irq_ctx->irqpoll); in megasas_enable_irq_poll()
3714 irq_poll_disable(&irq_ctx->irqpoll); in megasas_sync_irqs()
3730 int megasas_irqpoll(struct irq_poll *irqpoll, int budget) in megasas_irqpoll() argument
3736 irq_ctx = container_of(irqpoll, struct megasas_irq_context, irqpoll); in megasas_irqpoll()
3746 irq_poll_complete(irqpoll); in megasas_irqpoll()
Dmegaraid_sas.h2209 struct irq_poll irqpoll; member
2706 int megasas_irqpoll(struct irq_poll *irqpoll, int budget);
Dmegaraid_sas_base.c5527 irq_poll_init(&irq_ctx->irqpoll, in megasas_setup_irq_poll()
5622 irq_poll_disable(&irq_ctx->irqpoll); in megasas_destroy_irqs()
/Linux-v5.4/drivers/scsi/mpt3sas/
Dmpt3sas_base.c1544 irq_poll_sched(&reply_q->irqpoll); in _base_process_reply_queue()
1627 _base_irqpoll(struct irq_poll *irqpoll, int budget) in _base_irqpoll() argument
1632 reply_q = container_of(irqpoll, struct adapter_reply_queue, in _base_irqpoll()
1633 irqpoll); in _base_irqpoll()
1640 irq_poll_complete(irqpoll); in _base_irqpoll()
1664 irq_poll_init(&reply_q->irqpoll, in _base_init_irqpolls()
1715 irq_poll_disable(&reply_q->irqpoll); in mpt3sas_base_sync_reply_irqs()
1716 irq_poll_enable(&reply_q->irqpoll); in mpt3sas_base_sync_reply_irqs()
Dmpt3sas_base.h908 struct irq_poll irqpoll; member
/Linux-v5.4/Documentation/admin-guide/kdump/
Dkdump.rst395 "1 irqpoll maxcpus=1 reset_devices"
424 * The "irqpoll" boot parameter reduces driver initialization failures
/Linux-v5.4/Documentation/admin-guide/
Dkernel-parameters.txt1883 irqpoll [HW]