We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cfb4a1 commit 7cc148aCopy full SHA for 7cc148a
kernel/irq/internals.h
@@ -47,9 +47,12 @@ enum {
47
* detection
48
* IRQS_POLL_INPROGRESS - polling in progress
49
* IRQS_ONESHOT - irq is not unmasked in primary handler
50
- * IRQS_REPLAY - irq is replayed
+ * IRQS_REPLAY - irq has been resent and will not be resent
51
+ * again until the handler has run and cleared
52
+ * this flag.
53
* IRQS_WAITING - irq is waiting
- * IRQS_PENDING - irq is pending and replayed later
54
+ * IRQS_PENDING - irq needs to be resent and should be resent
55
+ * at the next available opportunity.
56
* IRQS_SUSPENDED - irq is suspended
57
* IRQS_NMI - irq line is used to deliver NMIs
58
* IRQS_SYSFS - descriptor has been added to sysfs
0 commit comments