Searched refs:mce_threshold_create_device (Results 1 – 3 of 3) sorted by relevance
344 extern int mce_threshold_create_device(unsigned int cpu);351 static inline int mce_threshold_create_device(unsigned int cpu) { return 0; }; in mce_threshold_create_device() function
1392 int mce_threshold_create_device(unsigned int cpu) in mce_threshold_create_device() function
2763 ret = mce_threshold_create_device(cpu); in mce_cpu_online()