Home
last modified time | relevance | path

Searched refs:__unregister_cpu_notifier (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/include/linux/
Dcpu.h142 extern void __unregister_cpu_notifier(struct notifier_block *nb);
164 static inline void __unregister_cpu_notifier(struct notifier_block *nb) in __unregister_cpu_notifier() function
197 static inline void __unregister_cpu_notifier(struct notifier_block *nb) in __unregister_cpu_notifier() function
239 #define __unregister_hotcpu_notifier(nb) __unregister_cpu_notifier(nb)
/linux-4.1.27/drivers/oprofile/
Dnmi_timer_int.c112 __unregister_cpu_notifier(&nmi_timer_cpu_nb); in nmi_timer_shutdown()
/linux-4.1.27/kernel/
Dcpu.c254 void __ref __unregister_cpu_notifier(struct notifier_block *nb) in __unregister_cpu_notifier() function
258 EXPORT_SYMBOL(__unregister_cpu_notifier);
/linux-4.1.27/arch/x86/oprofile/
Dnmi_int.c527 __unregister_cpu_notifier(&oprofile_cpu_nb); in nmi_shutdown()
/linux-4.1.27/drivers/idle/
Dintel_idle.c1093 __unregister_cpu_notifier(&cpu_hotplug_notifier); in intel_idle_exit()
/linux-4.1.27/mm/
Dzsmalloc.c1206 __unregister_cpu_notifier(&zs_cpu_nb); in zs_unregister_cpu_notifier()
/linux-4.1.27/kernel/trace/
Dring_buffer.c1421 __unregister_cpu_notifier(&buffer->cpu_notify); in ring_buffer_free()