Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dpreempt.h80 #define hardirq_count() (preempt_count() & HARDIRQ_MASK) macro
98 #define in_irq() (hardirq_count())
/kernel/linux/linux-5.10/tools/include/linux/
Dhardirq.h9 #define hardirq_count() 0UL macro
/kernel/linux/linux-5.10/arch/m68k/include/asm/
Dirqflags.h44 if (MACH_IS_Q40 || !hardirq_count()) in arch_local_irq_enable()
/kernel/linux/linux-5.10/arch/sparc/include/asm/
Dthread_info_32.h36 int hardirq_count; member
/kernel/linux/linux-5.10/arch/s390/kernel/
Dvtime.c144 if (hardirq_count()) in do_account_vtime()
240 else if (hardirq_count()) in vtime_account_irq_enter()
/kernel/linux/linux-5.10/arch/ia64/kernel/
Dtime.c143 else if (hardirq_count()) in vtime_account_kernel()
/kernel/linux/linux-5.10/arch/sparc/kernel/
Dtraps_32.c379 TI_HARDIRQ != offsetof(struct thread_info, hardirq_count) ||
/kernel/linux/linux-5.10/kernel/sched/
Dcputime.c77 if (hardirq_count()) in irqtime_account_irq()
208 if (hardirq_count() - hardirq_offset) in account_system_time()
/kernel/linux/linux-5.10/kernel/debug/
Ddebug_core.c621 kgdb_info[cpu].irq_depth = hardirq_count() >> HARDIRQ_SHIFT; in kgdb_cpu_enter()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
Dtime.c351 if (hardirq_count()) in vtime_account_kernel()
/kernel/linux/linux-5.10/kernel/kcsan/
Dcore.c245 if ((hardirq_count() >> HARDIRQ_SHIFT) < 2) in is_atomic()
/kernel/linux/linux-5.10/kernel/locking/
Dlockdep.c2514 lockdep_hardirq_context(), hardirq_count() >> HARDIRQ_SHIFT, in print_bad_irq_dependency()
3844 lockdep_hardirq_context(), hardirq_count() >> HARDIRQ_SHIFT, in print_usage_bug()
5421 if (!hardirq_count()) { in check_flags()