softirq_context    35 include/linux/irqflags.h # define trace_softirq_context(p)	((p)->softirq_context)
softirq_context    48 include/linux/irqflags.h 	current->softirq_context++;		\
softirq_context    52 include/linux/irqflags.h 	current->softirq_context--;		\
softirq_context   979 include/linux/sched.h 	int				softirq_context;
softirq_context  1960 kernel/fork.c  	p->softirq_context = 0;
softirq_context  2051 kernel/locking/lockdep.c 		curr->softirq_context, softirq_count() >> SOFTIRQ_SHIFT,
softirq_context  2310 kernel/locking/lockdep.c 		if (current->softirq_context)
softirq_context  3560 kernel/locking/lockdep.c 			if (curr->softirq_context)
softirq_context  3568 kernel/locking/lockdep.c 			if (curr->softirq_context)
softirq_context  3603 kernel/locking/lockdep.c 	return 2 * !!task->hardirq_context + !!task->softirq_context;