Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dpreempt.h103 #define hardirq_count() (preempt_count() & HARDIRQ_MASK) macro
109 #define irq_count() (nmi_count() | hardirq_count() | softirq_count())
120 #define in_hardirq() (hardirq_count())
130 #define in_irq() (hardirq_count())
/Linux-v6.6/arch/m68k/include/asm/
Dirqflags.h44 if (MACH_IS_Q40 || !hardirq_count()) in arch_local_irq_enable()
/Linux-v6.6/arch/sparc/include/asm/
Dthread_info_32.h36 int hardirq_count; member
/Linux-v6.6/mm/kmsan/
Dkmsan.h125 if ((hardirq_count() >> HARDIRQ_SHIFT) > 1) in kmsan_in_runtime()
/Linux-v6.6/arch/sparc/kernel/
Dtraps_32.c377 TI_HARDIRQ != offsetof(struct thread_info, hardirq_count) ||
/Linux-v6.6/arch/s390/kernel/
Dvtime.c140 if (hardirq_count()) in do_account_vtime()
/Linux-v6.6/kernel/debug/
Ddebug_core.c605 kgdb_info[cpu].irq_depth = hardirq_count() >> HARDIRQ_SHIFT; in kgdb_cpu_enter()
/Linux-v6.6/kernel/sched/
Dcputime.c197 if (hardirq_count() - hardirq_offset) in account_system_time()
/Linux-v6.6/kernel/kcsan/
Dcore.c259 if ((hardirq_count() >> HARDIRQ_SHIFT) < 2) in is_atomic()
/Linux-v6.6/kernel/locking/
Dlockdep.c2581 lockdep_hardirq_context(), hardirq_count() >> HARDIRQ_SHIFT, in print_bad_irq_dependency()
3984 lockdep_hardirq_context(), hardirq_count() >> HARDIRQ_SHIFT, in print_usage_bug()
5608 if (!hardirq_count()) { in check_flags()
/Linux-v6.6/net/core/
Ddev.c5099 lockdep_assert_once(hardirq_count() | softirq_count()); in __netif_rx()
5129 bool need_bh_off = !(hardirq_count() | softirq_count()); in netif_rx()