hardirq_count     142 arch/ia64/kernel/time.c 	else if (hardirq_count())
hardirq_count      44 arch/m68k/include/asm/irqflags.h 	if (MACH_IS_Q40 || !hardirq_count())
hardirq_count     357 arch/powerpc/kernel/time.c 		if (hardirq_count())
hardirq_count     143 arch/s390/kernel/vtime.c 	if (hardirq_count())
hardirq_count     239 arch/s390/kernel/vtime.c 	else if (hardirq_count())
hardirq_count      36 arch/sparc/include/asm/thread_info_32.h 	int			hardirq_count;
hardirq_count     379 arch/sparc/kernel/traps_32.c 	    TI_HARDIRQ     != offsetof(struct thread_info, hardirq_count) ||
hardirq_count      98 include/linux/preempt.h #define in_irq()		(hardirq_count())
hardirq_count     558 kernel/debug/debug_core.c 	kgdb_info[cpu].irq_depth = hardirq_count() >> HARDIRQ_SHIFT;
hardirq_count    2050 kernel/locking/lockdep.c 		curr->hardirq_context, hardirq_count() >> HARDIRQ_SHIFT,
hardirq_count    3088 kernel/locking/lockdep.c 		trace_hardirq_context(curr), hardirq_count() >> HARDIRQ_SHIFT,
hardirq_count    4421 kernel/locking/lockdep.c 	if (!hardirq_count()) {
hardirq_count      69 kernel/sched/cputime.c 	if (hardirq_count())
hardirq_count     193 kernel/sched/cputime.c 	if (hardirq_count() - hardirq_offset)