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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dmce.h216 extern void (*threshold_cpu_callback)(unsigned long action, unsigned int cpu);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/cpu/mcheck/
H A Dmce.c1819 void (*threshold_cpu_callback)(unsigned long action, unsigned int cpu); variable
2066 if (threshold_cpu_callback)
2067 threshold_cpu_callback(action, cpu);
2071 if (threshold_cpu_callback)
2072 threshold_cpu_callback(action, cpu);
H A Dmce_amd.c700 threshold_cpu_callback = amd_64_threshold_cpu_callback;

Completed in 114 milliseconds