Searched refs:irq_chk_intv (Results 1 – 1 of 1) sorted by relevance
16 static int irq_chk_intv = 100; variable17 module_param(irq_chk_intv, int, 0644);18 MODULE_PARM_DESC(irq_chk_intv, "set the interval for IRQ streaming watchdog.");140 msecs_to_jiffies(irq_chk_intv < 100 ? 100 : irq_chk_intv)); in flexcop_pci_irq_check_work()390 if (irq_chk_intv > 0) in flexcop_pci_probe()392 msecs_to_jiffies(irq_chk_intv < 100 ? in flexcop_pci_probe()394 irq_chk_intv)); in flexcop_pci_probe()413 if (irq_chk_intv > 0) in flexcop_pci_remove()