Searched refs:die_nest_count (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/arch/x86/kernel/
H A Ddumpstack.c202 static unsigned int die_nest_count; variable
220 die_nest_count++; oops_begin()
237 die_nest_count--; oops_end()
238 if (!die_nest_count) oops_end()
/linux-4.4.14/arch/arm/kernel/
H A Dtraps.c268 static unsigned int die_nest_count; variable
286 die_nest_count++; oops_begin()
301 die_nest_count--; oops_end()
302 if (!die_nest_count) oops_end()
/linux-4.4.14/arch/powerpc/kernel/
H A Dtraps.c114 static unsigned int die_nest_count; pmac_backlight_unblank() variable
136 die_nest_count++; oops_begin()
151 die_nest_count--; oops_end()
154 if (!die_nest_count) oops_end()

Completed in 63 milliseconds