Home
last modified time | relevance | path

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

/linux/include/linux/
A Dpreempt.h102 #define hardirq_count() (preempt_count() & HARDIRQ_MASK) macro
108 #define irq_count() (nmi_count() | hardirq_count() | softirq_count())
119 #define in_hardirq() (hardirq_count())
129 #define in_irq() (hardirq_count())
/linux/arch/m68k/include/asm/
A Dirqflags.h44 if (MACH_IS_Q40 || !hardirq_count()) in arch_local_irq_enable()
/linux/arch/sparc/include/asm/
A Dthread_info_32.h36 int hardirq_count; member
/linux/arch/sparc/kernel/
A Dtraps_32.c379 TI_HARDIRQ != offsetof(struct thread_info, hardirq_count) ||
/linux/arch/s390/kernel/
A Dvtime.c141 if (hardirq_count()) in do_account_vtime()
/linux/kernel/debug/
A Ddebug_core.c616 kgdb_info[cpu].irq_depth = hardirq_count() >> HARDIRQ_SHIFT; in kgdb_cpu_enter()
/linux/kernel/sched/
A Dcputime.c194 if (hardirq_count() - hardirq_offset) in account_system_time()
/linux/kernel/kcsan/
A Dcore.c253 if ((hardirq_count() >> HARDIRQ_SHIFT) < 2) in is_atomic()
/linux/kernel/locking/
A Dlockdep.c2532 lockdep_hardirq_context(), hardirq_count() >> HARDIRQ_SHIFT, in print_bad_irq_dependency()
3917 lockdep_hardirq_context(), hardirq_count() >> HARDIRQ_SHIFT, in print_usage_bug()
5493 if (!hardirq_count()) { in check_flags()

Completed in 32 milliseconds