HomeSort by relevance Sort by last modified time
    Searched full:unregister_cpu_notifier (Results 1 - 1 of 1) sorted by null

  /external/kernel-headers/original/linux/
cpu.h 45 extern void unregister_cpu_notifier(struct notifier_block *nb);
47 static inline void unregister_cpu_notifier(struct notifier_block *nb) function
60 static inline void unregister_cpu_notifier(struct notifier_block *nb) function
77 #define unregister_hotcpu_notifier(nb) unregister_cpu_notifier(nb)

Completed in 829 milliseconds