Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dcpu.h143 extern void __unregister_cpu_notifier(struct notifier_block *nb);
165 static inline void __unregister_cpu_notifier(struct notifier_block *nb) in __unregister_cpu_notifier() function
198 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.4.14/drivers/oprofile/
Dnmi_timer_int.c112 __unregister_cpu_notifier(&nmi_timer_cpu_nb); in nmi_timer_shutdown()
/linux-4.4.14/kernel/
Dcpu.c243 void __unregister_cpu_notifier(struct notifier_block *nb) in __unregister_cpu_notifier() function
247 EXPORT_SYMBOL(__unregister_cpu_notifier);
/linux-4.4.14/mm/
Dzswap.c417 __unregister_cpu_notifier(&zswap_dstmem_notifier); in zswap_cpu_dstmem_destroy()
490 __unregister_cpu_notifier(&pool->notifier); in zswap_cpu_comp_destroy()
Dzsmalloc.c1206 __unregister_cpu_notifier(&zs_cpu_nb); in zs_unregister_cpu_notifier()
/linux-4.4.14/arch/x86/oprofile/
Dnmi_int.c527 __unregister_cpu_notifier(&oprofile_cpu_nb); in nmi_shutdown()
/linux-4.4.14/drivers/idle/
Dintel_idle.c1235 __unregister_cpu_notifier(&cpu_hotplug_notifier); in intel_idle_exit()
/linux-4.4.14/kernel/trace/
Dring_buffer.c1397 __unregister_cpu_notifier(&buffer->cpu_notify); in ring_buffer_free()