Home
last modified time | relevance | path

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

/openbmc/linux/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())
/openbmc/linux/arch/m68k/include/asm/
H A Dirqflags.h44 if (MACH_IS_Q40 || !hardirq_count()) in arch_local_irq_enable()
/openbmc/linux/arch/sparc/include/asm/
H A Dthread_info_32.h36 int hardirq_count; member
/openbmc/linux/mm/kmsan/
H A Dkmsan.h125 if ((hardirq_count() >> HARDIRQ_SHIFT) > 1) in kmsan_in_runtime()
/openbmc/linux/arch/sparc/kernel/
H A Dtraps_32.c377 TI_HARDIRQ != offsetof(struct thread_info, hardirq_count) ||
/openbmc/linux/arch/s390/kernel/
H A Dvtime.c140 if (hardirq_count()) in do_account_vtime()
/openbmc/linux/kernel/debug/
H A Ddebug_core.c605 kgdb_info[cpu].irq_depth = hardirq_count() >> HARDIRQ_SHIFT; in kgdb_cpu_enter()
/openbmc/linux/kernel/sched/
H A Dcputime.c197 if (hardirq_count() - hardirq_offset) in account_system_time()
/openbmc/linux/kernel/kcsan/
H A Dcore.c259 if ((hardirq_count() >> HARDIRQ_SHIFT) < 2) in is_atomic()
/openbmc/linux/kernel/locking/
H A Dlockdep.c2581 lockdep_hardirq_context(), hardirq_count() >> HARDIRQ_SHIFT, in print_bad_irq_dependency()
3985 lockdep_hardirq_context(), hardirq_count() >> HARDIRQ_SHIFT, in print_usage_bug()
5609 if (!hardirq_count()) { in check_flags()
/openbmc/linux/net/core/
H A Ddev.c5112 lockdep_assert_once(hardirq_count() | softirq_count()); in __netif_rx()
5142 bool need_bh_off = !(hardirq_count() | softirq_count()); in netif_rx()