Searched refs:irq_depth (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/arch/tile/kernel/
H A Dirq.c55 static DEFINE_PER_CPU(int, irq_depth);
76 int depth = __this_cpu_inc_return(irq_depth); tile_dev_intr()
135 __this_cpu_dec(irq_depth); tile_dev_intr()
153 if (__this_cpu_read(irq_depth) == 0) tile_irq_chip_enable()
/linux-4.4.14/kernel/debug/
H A Ddebug_core.h43 int irq_depth; member in struct:debuggerinfo_struct
H A Ddebug_core.c500 kgdb_info[cpu].irq_depth = hardirq_count() >> HARDIRQ_SHIFT; kgdb_cpu_enter()
/linux-4.4.14/kernel/debug/kdb/
H A Dkdb_support.c642 if (!kdb_task_has_cpu(p) || kgdb_info[cpu].irq_depth == 1) { kdb_task_state_char()

Completed in 128 milliseconds