Lines Matching refs:no_way_out
753 static int mce_start(int *no_way_out) in mce_start() argument
762 atomic_add(*no_way_out, &global_nwo); in mce_start()
809 *no_way_out = atomic_read(&global_nwo); in mce_start()
935 int no_way_out = 0; in do_machine_check() local
960 no_way_out = mce_no_way_out(&m, &msg); in do_machine_check()
975 order = mce_start(&no_way_out); in do_machine_check()
994 !no_way_out) in do_machine_check()
1008 if (severity == MCE_KEEP_SEVERITY && !no_way_out) in do_machine_check()
1049 if (!no_way_out) in do_machine_check()
1057 no_way_out = worst >= MCE_PANIC_SEVERITY; in do_machine_check()
1066 if (no_way_out && tolerant < 3) in do_machine_check()