#ifndef LINUX_HARDIRQ_H #define LINUX_HARDIRQ_H #include <linux/preempt.h> #include <linux/lockdep.h> #include <linux/ftrace_irq.h> #include <linux/vtime.h> #include <asm/hardirq.h> extern void synchronize_irq(unsigned int irq); extern bool synchronize_hardirq(unsigned int irq); #if defined(CONFIG_TINY_RCU)
static inline void rcu_nmi_enter(void) { }Contributors
Person | Tokens | Prop | Commits | CommitProp |
Paul E. McKenney | 8 | 100.00% | 1 | 100.00% |
Total | 8 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Paul E. McKenney | 8 | 100.00% | 1 | 100.00% |
Total | 8 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Ingo Molnar | 35 | 28.23% | 4 | 21.05% |
Paul E. McKenney | 34 | 27.42% | 2 | 10.53% |
Christoph Hellwig | 20 | 16.13% | 1 | 5.26% |
Thomas Gleixner | 14 | 11.29% | 2 | 10.53% |
Steven Rostedt | 9 | 7.26% | 3 | 15.79% |
Peter Zijlstra | 6 | 4.84% | 3 | 15.79% |
Martin Schwidefsky | 2 | 1.61% | 1 | 5.26% |
Petr Mladek | 2 | 1.61% | 1 | 5.26% |
Frédéric Weisbecker | 2 | 1.61% | 2 | 10.53% |
Total | 124 | 100.00% | 19 | 100.00% |