Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dpreempt.h81 #define hardirq_count() (preempt_count() & HARDIRQ_MASK) macro
87 #define irq_count() (nmi_count() | hardirq_count() | softirq_count())
98 #define in_hardirq() (hardirq_count())
108 #define in_irq() (hardirq_count())
/Linux-v5.15/tools/include/linux/
Dhardirq.h9 #define hardirq_count() 0UL macro
/Linux-v5.15/arch/m68k/include/asm/
Dirqflags.h44 if (MACH_IS_Q40 || !hardirq_count()) in arch_local_irq_enable()
/Linux-v5.15/arch/sparc/include/asm/
Dthread_info_32.h36 int hardirq_count; member
/Linux-v5.15/arch/sparc/kernel/
Dtraps_32.c379 TI_HARDIRQ != offsetof(struct thread_info, hardirq_count) ||
/Linux-v5.15/arch/s390/kernel/
Dvtime.c141 if (hardirq_count()) in do_account_vtime()
/Linux-v5.15/kernel/debug/
Ddebug_core.c616 kgdb_info[cpu].irq_depth = hardirq_count() >> HARDIRQ_SHIFT; in kgdb_cpu_enter()
/Linux-v5.15/kernel/kcsan/
Dcore.c248 if ((hardirq_count() >> HARDIRQ_SHIFT) < 2) in is_atomic()
/Linux-v5.15/kernel/sched/
Dcputime.c194 if (hardirq_count() - hardirq_offset) in account_system_time()
/Linux-v5.15/kernel/locking/
Dlockdep.c2520 lockdep_hardirq_context(), hardirq_count() >> HARDIRQ_SHIFT, in print_bad_irq_dependency()
3905 lockdep_hardirq_context(), hardirq_count() >> HARDIRQ_SHIFT, in print_usage_bug()
5481 if (!hardirq_count()) { in check_flags()