softirq_count      35 arch/sparc/include/asm/thread_info_32.h 	int			softirq_count;
softirq_count     378 arch/sparc/kernel/traps_32.c 	    TI_SOFTIRQ     != offsetof(struct thread_info, softirq_count) ||
softirq_count      99 include/linux/preempt.h #define in_softirq()		(softirq_count())
softirq_count     101 include/linux/preempt.h #define in_serving_softirq()	(softirq_count() & SOFTIRQ_OFFSET)
softirq_count    2051 kernel/locking/lockdep.c 		curr->softirq_context, softirq_count() >> SOFTIRQ_SHIFT,
softirq_count    3089 kernel/locking/lockdep.c 		trace_softirq_context(curr), softirq_count() >> SOFTIRQ_SHIFT,
softirq_count    3539 kernel/locking/lockdep.c 		DEBUG_LOCKS_WARN_ON(!softirq_count());
softirq_count    4422 kernel/locking/lockdep.c 		if (softirq_count()) {
softirq_count     128 kernel/softirq.c 	if (softirq_count() == (cnt & SOFTIRQ_MASK))
softirq_count     149 kernel/softirq.c 	if (softirq_count() == (cnt & SOFTIRQ_MASK))
softirq_count     176 kernel/softirq.c 	if (softirq_count() == SOFTIRQ_DISABLE_OFFSET)
softirq_count    1172 lib/locking-selftest.c 	if (softirq_count())
softirq_count    4527 net/mac80211/rx.c 	WARN_ON_ONCE(softirq_count() == 0);
softirq_count    3565 net/mac80211/tx.c 	WARN_ON_ONCE(softirq_count() == 0);
softirq_count     253 net/mac802154/rx.c 	WARN_ON_ONCE(softirq_count() == 0);