Home
last modified time | relevance | path

Searched refs:irq_depth (Results 1 – 3 of 3) sorted by relevance

/kernel/debug/
Ddebug_core.h43 int irq_depth; member
Ddebug_core.c503 kgdb_info[cpu].irq_depth = hardirq_count() >> HARDIRQ_SHIFT; in kgdb_cpu_enter()
/kernel/debug/kdb/
Dkdb_support.c642 if (!kdb_task_has_cpu(p) || kgdb_info[cpu].irq_depth == 1) { in kdb_task_state_char()