Home
last modified time | relevance | path

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

/kernel/
Dreboot.c91 int register_reboot_notifier(struct notifier_block *nb) in register_reboot_notifier()
106 int unregister_reboot_notifier(struct notifier_block *nb) in unregister_reboot_notifier()
117 int devm_register_reboot_notifier(struct device *dev, struct notifier_block *nb) in devm_register_reboot_notifier()
183 int register_restart_handler(struct notifier_block *nb) in register_restart_handler()
198 int unregister_restart_handler(struct notifier_block *nb) in unregister_restart_handler()
Dcpu_pm.c45 int cpu_pm_register_notifier(struct notifier_block *nb) in cpu_pm_register_notifier()
60 int cpu_pm_unregister_notifier(struct notifier_block *nb) in cpu_pm_unregister_notifier()
Dnotifier.c81 struct notifier_block *nb, *next_nb; in notifier_call_chain() local
555 int register_die_notifier(struct notifier_block *nb) in register_die_notifier()
562 int unregister_die_notifier(struct notifier_block *nb) in unregister_die_notifier()
Dtracepoint.c392 int register_tracepoint_module_notifier(struct notifier_block *nb) in register_tracepoint_module_notifier()
416 int unregister_tracepoint_module_notifier(struct notifier_block *nb) in unregister_tracepoint_module_notifier()
Dmodule.c296 int register_module_notifier(struct notifier_block *nb) in register_module_notifier()
302 int unregister_module_notifier(struct notifier_block *nb) in unregister_module_notifier()
Dcpu.c1335 cpu_hotplug_pm_callback(struct notifier_block *nb, in cpu_hotplug_pm_callback()
Dkprobes.c2198 static int kprobes_module_callback(struct notifier_block *nb, in kprobes_module_callback()
/kernel/gcov/
Dbase.c54 static int gcov_module_notifier(struct notifier_block *nb, unsigned long event, in gcov_module_notifier()
/kernel/power/
Dmain.c71 int register_pm_notifier(struct notifier_block *nb) in register_pm_notifier()
77 int unregister_pm_notifier(struct notifier_block *nb) in unregister_pm_notifier()
/kernel/dma/
Ddebug.c881 static int dma_debug_device_change(struct notifier_block *nb, unsigned long action, void *data) in dma_debug_device_change()
913 struct notifier_block *nb; in dma_debug_add_bus() local
/kernel/time/
Dtimekeeping.c584 int pvclock_gtod_register_notifier(struct notifier_block *nb) in pvclock_gtod_register_notifier()
603 int pvclock_gtod_unregister_notifier(struct notifier_block *nb) in pvclock_gtod_unregister_notifier()
/kernel/trace/
Dtrace_probe.c505 #define BYTES_TO_BITS(nb) ((BITS_PER_LONG * (nb)) / sizeof(long)) argument
Dtrace_kprobe.c671 static int trace_kprobe_module_callback(struct notifier_block *nb, in trace_kprobe_module_callback()
Dbpf_trace.c1473 static int bpf_event_notify(struct notifier_block *nb, unsigned long op, in bpf_event_notify()