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

/linux-master/arch/x86/kernel/cpu/mce/
H A Dcore.c938 static atomic_t mce_callin; variable
1083 * is updated before mce_callin.
1085 order = raw_atomic_inc_return(&mce_callin);
1094 while (raw_atomic_read(&mce_callin) != num_online_cpus()) {
1104 * mce_callin should be read before global_nwo
1203 atomic_set(&mce_callin, 0);
2868 atomic_set(&mce_callin, 0);

Completed in 129 milliseconds