Lines Matching refs:no_way_out
790 static int mce_start(int *no_way_out) in mce_start() argument
799 atomic_add(*no_way_out, &global_nwo); in mce_start()
846 *no_way_out = atomic_read(&global_nwo); in mce_start()
1017 int no_way_out = 0; in do_machine_check() local
1038 no_way_out = mce_no_way_out(&m, &msg); in do_machine_check()
1055 order = mce_start(&no_way_out); in do_machine_check()
1074 !no_way_out) in do_machine_check()
1088 if (severity == MCE_KEEP_SEVERITY && !no_way_out) in do_machine_check()
1122 if (!no_way_out) in do_machine_check()
1130 no_way_out = worst >= MCE_PANIC_SEVERITY; in do_machine_check()
1139 if (no_way_out) in do_machine_check()