Home
last modified time | relevance | path

Searched refs:hardirq_count (Results 1 – 8 of 8) sorted by relevance

/linux/arch/m68k/include/asm/
H A Dirqflags.h44 if (MACH_IS_Q40 || !hardirq_count()) in arch_local_irq_enable()
/linux/arch/sparc/include/asm/
H A Dthread_info_32.h36 int hardirq_count; member
/linux/mm/kmsan/
H A Dkmsan.h102 if ((hardirq_count() >> HARDIRQ_SHIFT) > 1) in kmsan_in_runtime()
/linux/arch/sparc/kernel/
H A Dtraps_32.c378 TI_HARDIRQ != offsetof(struct thread_info, hardirq_count) ||
/linux/arch/s390/kernel/
H A Dvtime.c134 if (hardirq_count()) in do_account_vtime()
/linux/kernel/debug/
H A Ddebug_core.c605 kgdb_info[cpu].irq_depth = hardirq_count() >> HARDIRQ_SHIFT; in kgdb_cpu_enter()
/linux/kernel/kcsan/
H A Dcore.c259 if ((hardirq_count() >> HARDIRQ_SHIFT) < 2) in is_atomic()
/linux/net/core/
H A Ddev.c5436 lockdep_assert_once(hardirq_count() | softirq_count()); in __netif_rx()
5466 bool need_bh_off = !(hardirq_count() | softirq_count()); in netif_rx()