Home
last modified time | relevance | path

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

/arch/x86/kernel/
Dnmi.c128 int thishandled; in nmi_handle() local
132 thishandled = a->handler(type, regs); in nmi_handle()
133 handled += thishandled; in nmi_handle()
135 trace_nmi_handler(a->handler, (int)delta, thishandled); in nmi_handle()