Searched refs:hardirq_context (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dirqflags.h19 # define trace_hardirq_context(p) ((p)->hardirq_context)
23 # define trace_hardirq_enter() do { current->hardirq_context++; } while (0)
24 # define trace_hardirq_exit() do { current->hardirq_context--; } while (0)
H A Dsched.h1140 int hardirq_context; member in struct:task_struct
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dlockdep.c750 curr->hardirq_context, hardirq_count() >> HARDIRQ_SHIFT,
1361 if (current->hardirq_context)
1856 if (DEBUG_LOCKS_WARN_ON(current->hardirq_context))
2074 if (curr->hardirq_context)
2083 if (curr->hardirq_context)
2142 hlock->irq_context = 2*(curr->hardirq_context ? 1 : 0) +
H A Dfork.c1099 p->hardirq_context = 0;

Completed in 69 milliseconds