Searched defs:worst (Results 1 - 1 of 1) sorted by relevance

/arch/x86/kernel/cpu/mcheck/
H A Dmce.c1006 int worst = 0; local
1044 * Assume the worst for now, but if we find the
1113 if (severity > worst) {
1115 worst = severity;
1130 no_way_out = worst >= MCE_PANIC_SEVERITY;
1141 if (worst == MCE_AR_SEVERITY) {
1150 if (worst > 0)

Completed in 73 milliseconds