softirq_count 206 arch/x86/kernel/irq_32.c WARN_ON_ONCE(softirq_count()); softirq_count 291 arch/x86/kernel/irq_64.c WARN_ON_ONCE(softirq_count()); softirq_count 72 include/linux/hardirq.h #define in_softirq() (softirq_count()) softirq_count 1198 kernel/lockdep.c curr->softirq_context, softirq_count() >> SOFTIRQ_SHIFT, softirq_count 1806 kernel/lockdep.c trace_softirq_context(curr), softirq_count() >> SOFTIRQ_SHIFT, softirq_count 2313 kernel/lockdep.c DEBUG_LOCKS_WARN_ON(!softirq_count()); softirq_count 2895 kernel/lockdep.c if (softirq_count()) softirq_count 4152 kernel/sched.c else if (softirq_count()) softirq_count 84 kernel/softirq.c if (softirq_count() == SOFTIRQ_OFFSET) softirq_count 111 kernel/softirq.c WARN_ON_ONCE(softirq_count() == SOFTIRQ_OFFSET); softirq_count 127 kernel/softirq.c if (softirq_count() == SOFTIRQ_OFFSET) softirq_count 143 kernel/softirq.c if (softirq_count() == SOFTIRQ_OFFSET) softirq_count 985 lib/locking-selftest.c if (softirq_count())