Searched refs:irqmode (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/Documentation/block/ |
D | null_blk.rst | 52 irqmode=[0-2]: Default: 1-Soft-irq 65 Combined with irqmode=2 (timer). The time each completion event must wait.
|
/Linux-v6.1/drivers/block/null_blk/ |
D | null_blk.h | 105 unsigned int irqmode; /* IRQ completion handler */ member
|
D | main.c | 189 device_param_cb(irqmode, &null_irqmode_param_ops, &g_irqmode, 0444); 190 MODULE_PARM_DESC(irqmode, "IRQ completion handler. 0-none, 1-softirq, 2-timer"); 412 NULLB_DEVICE_ATTR(irqmode, uint, NULL); 676 dev->irqmode = g_irqmode; in null_alloc_dev() 745 if (nq->dev->irqmode == NULL_IRQ_TIMER) { in __alloc_cmd() 1392 switch (cmd->nq->dev->irqmode) { in nullb_complete_cmd() 1651 if (!is_poll && nq->dev->irqmode == NULL_IRQ_TIMER) { in null_queue_rq() 1965 dev->irqmode = min_t(unsigned int, dev->irqmode, NULL_IRQ_TIMER); in null_validate_conf()
|
/Linux-v6.1/drivers/memory/samsung/ |
D | exynos5422-dmc.c | 25 static int irqmode; variable 26 module_param(irqmode, int, 0644); 27 MODULE_PARM_DESC(irqmode, "Enable IRQ mode (0=off [default], 1=on)"); 1481 if (irq[0] > 0 && irq[1] > 0 && irqmode) { in exynos5_dmc_probe()
|