Searched refs:no_way_out (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/cpu/mcheck/
H A Dmce.c752 static int mce_start(int *no_way_out) argument
761 atomic_add(*no_way_out, &global_nwo);
806 * Cache the global no_way_out state.
808 *no_way_out = atomic_read(&global_nwo);
931 * If no_way_out gets set, there is no safe way to recover from this
934 int no_way_out = 0; local
959 no_way_out = mce_no_way_out(&m, &msg);
974 order = mce_start(&no_way_out);
993 !no_way_out)
1007 if (severity == MCE_KEEP_SEVERITY && !no_way_out)
[all...]

Completed in 157 milliseconds