thishandled       140 arch/x86/kernel/nmi.c 		int thishandled;
thishandled       144 arch/x86/kernel/nmi.c 		thishandled = a->handler(type, regs);
thishandled       145 arch/x86/kernel/nmi.c 		handled += thishandled;
thishandled       147 arch/x86/kernel/nmi.c 		trace_nmi_handler(a->handler, (int)delta, thishandled);