Searched refs:hardirq_count (Results 1 - 11 of 11) sorted by relevance

/linux-master/arch/m68k/include/asm/
H A Dirqflags.h44 if (MACH_IS_Q40 || !hardirq_count())
/linux-master/include/linux/
H A Dpreempt.h109 #define hardirq_count() (preempt_count() & HARDIRQ_MASK) macro
127 #define in_hardirq() (hardirq_count())
141 #define in_irq() (hardirq_count())
/linux-master/arch/sparc/include/asm/
H A Dthread_info_32.h36 int hardirq_count; member in struct:thread_info
90 #define TI_HARDIRQ 0x18 /* hardirq_count */
/linux-master/mm/kmsan/
H A Dkmsan.h125 if ((hardirq_count() >> HARDIRQ_SHIFT) > 1)
/linux-master/arch/sparc/kernel/
H A Dtraps_32.c378 TI_HARDIRQ != offsetof(struct thread_info, hardirq_count) ||
/linux-master/arch/s390/kernel/
H A Dvtime.c140 if (hardirq_count())
/linux-master/kernel/debug/
H A Ddebug_core.c605 kgdb_info[cpu].irq_depth = hardirq_count() >> HARDIRQ_SHIFT;
/linux-master/kernel/sched/
H A Dcputime.c185 * @hardirq_offset: the offset to subtract from hardirq_count()
197 if (hardirq_count() - hardirq_offset)
/linux-master/kernel/kcsan/
H A Dcore.c259 if ((hardirq_count() >> HARDIRQ_SHIFT) < 2)
/linux-master/kernel/locking/
H A Dlockdep.c2581 lockdep_hardirq_context(), hardirq_count() >> HARDIRQ_SHIFT,
3985 lockdep_hardirq_context(), hardirq_count() >> HARDIRQ_SHIFT,
5609 if (!hardirq_count()) {
/linux-master/net/core/
H A Ddev.c5090 lockdep_assert_once(hardirq_count() | softirq_count());
5120 bool need_bh_off = !(hardirq_count() | softirq_count());

Completed in 369 milliseconds