#include <linux/jiffies.h>
#include <linux/irq.h>
#include <linux/module.h>
#include <linux/kallsyms.h>
#include <linux/interrupt.h>
#include <linux/moduleparam.h>
#include <linux/timer.h>
#include "internals.h"
Go to the source code of this file.
|
bool | irq_wait_for_poll (struct irq_desc *desc) |
|
void | note_interrupt (unsigned int irq, struct irq_desc *desc, irqreturn_t action_ret) |
|
int | noirqdebug_setup (char *str) |
|
| __setup ("noirqdebug", noirqdebug_setup) |
|
| module_param (noirqdebug, bool, 0644) |
|
| MODULE_PARM_DESC (noirqdebug,"Disable irq lockup detection when true") |
|
| __setup ("irqfixup", irqfixup_setup) |
|
| module_param (irqfixup, int, 0644) |
|
| __setup ("irqpoll", irqpoll_setup) |
|
#define POLL_SPURIOUS_IRQ_INTERVAL (HZ/10) |
__setup |
( |
"irqfixup" |
, |
|
|
irqfixup_setup |
|
|
) |
| |
__setup |
( |
"irqpoll" |
, |
|
|
irqpoll_setup |
|
|
) |
| |
module_param |
( |
irqfixup |
, |
|
|
int |
, |
|
|
0644 |
|
|
) |
| |