Lines Matching refs:handled
125 int handled=0;
141 handled += thishandled;
150 /* return total number of NMI events handled */
151 return handled;
276 int handled;
284 handled = nmi_handle(NMI_UNKNOWN, regs);
285 if (handled) {
286 __this_cpu_add(nmi_stats.unknown, handled);
309 int handled;
334 handled = nmi_handle(NMI_LOCAL, regs);
335 __this_cpu_add(nmi_stats.normal, handled);
336 if (handled) {
341 * already handled, the next NMI will result in an unknown
345 if (handled > 1)
405 * processed, it will be flagged by perf as handled, but
408 * perf NMI returns two events handled then the second
482 * cause nested NMIs, but those can be handled safely.