hardirq_context    34 include/linux/irqflags.h # define trace_hardirq_context(p)	((p)->hardirq_context)
hardirq_context    40 include/linux/irqflags.h 	current->hardirq_context++;		\
hardirq_context    44 include/linux/irqflags.h 	current->hardirq_context--;		\
hardirq_context   646 include/linux/lockdep.h 			  !current->hardirq_context,			\
hardirq_context   973 include/linux/sched.h 	int				hardirq_context;
hardirq_context  1959 kernel/fork.c  	p->hardirq_context = 0;
hardirq_context  2050 kernel/locking/lockdep.c 		curr->hardirq_context, hardirq_count() >> HARDIRQ_SHIFT,
hardirq_context  2307 kernel/locking/lockdep.c 	if (current->hardirq_context)
hardirq_context  3433 kernel/locking/lockdep.c 	if (DEBUG_LOCKS_WARN_ON(current->hardirq_context))
hardirq_context  3556 kernel/locking/lockdep.c 			if (curr->hardirq_context)
hardirq_context  3565 kernel/locking/lockdep.c 			if (curr->hardirq_context)
hardirq_context  3603 kernel/locking/lockdep.c 	return 2 * !!task->hardirq_context + !!task->softirq_context;