Home
last modified time | relevance | path

Searched defs:nb (Results 1 – 14 of 14) sorted by relevance

/kernel/
Dreboot.c86 int register_reboot_notifier(struct notifier_block *nb) in register_reboot_notifier()
101 int unregister_reboot_notifier(struct notifier_block *nb) in unregister_reboot_notifier()
151 int register_restart_handler(struct notifier_block *nb) in register_restart_handler()
166 int unregister_restart_handler(struct notifier_block *nb) in unregister_restart_handler()
Dcpu_pm.c48 int cpu_pm_register_notifier(struct notifier_block *nb) in cpu_pm_register_notifier()
70 int cpu_pm_unregister_notifier(struct notifier_block *nb) in cpu_pm_unregister_notifier()
Dcpu.c212 int register_cpu_notifier(struct notifier_block *nb) in register_cpu_notifier()
221 int __register_cpu_notifier(struct notifier_block *nb) in __register_cpu_notifier()
245 void unregister_cpu_notifier(struct notifier_block *nb) in unregister_cpu_notifier()
253 void __unregister_cpu_notifier(struct notifier_block *nb) in __unregister_cpu_notifier()
701 cpu_hotplug_pm_callback(struct notifier_block *nb, in cpu_hotplug_pm_callback()
Dnotifier.c79 struct notifier_block *nb, *next_nb; in notifier_call_chain() local
553 int register_die_notifier(struct notifier_block *nb) in register_die_notifier()
560 int unregister_die_notifier(struct notifier_block *nb) in unregister_die_notifier()
Dtracepoint.c391 int register_tracepoint_module_notifier(struct notifier_block *nb) in register_tracepoint_module_notifier()
415 int unregister_tracepoint_module_notifier(struct notifier_block *nb) in unregister_tracepoint_module_notifier()
Drelay.c516 static int relay_hotcpu_callback(struct notifier_block *nb, in relay_hotcpu_callback()
Dmodule.c309 int register_module_notifier(struct notifier_block *nb) in register_module_notifier()
315 int unregister_module_notifier(struct notifier_block *nb) in unregister_module_notifier()
Dkprobes.c2147 static int kprobes_module_callback(struct notifier_block *nb, in kprobes_module_callback()
/kernel/gcov/
Dbase.c138 static int gcov_module_notifier(struct notifier_block *nb, unsigned long event, in gcov_module_notifier()
/kernel/power/
Dmain.c29 int register_pm_notifier(struct notifier_block *nb) in register_pm_notifier()
35 int unregister_pm_notifier(struct notifier_block *nb) in unregister_pm_notifier()
/kernel/trace/
Dtrace_probe.c463 #define BYTES_TO_BITS(nb) ((BITS_PER_LONG * (nb)) / sizeof(long)) argument
Dtrace_kprobe.c554 static int trace_kprobe_module_callback(struct notifier_block *nb, in trace_kprobe_module_callback()
/kernel/time/
Dtimekeeping.c565 int pvclock_gtod_register_notifier(struct notifier_block *nb) in pvclock_gtod_register_notifier()
584 int pvclock_gtod_unregister_notifier(struct notifier_block *nb) in pvclock_gtod_unregister_notifier()
/kernel/livepatch/
Dcore.c958 static int klp_module_notify(struct notifier_block *nb, unsigned long action, in klp_module_notify()