Searched refs:no_way_out (Results 1 – 1 of 1) sorted by relevance
753 static int mce_start(int *no_way_out) in mce_start() argument762 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() local960 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()[all …]