Searched defs:nb (Results 1 – 17 of 17) sorted by relevance
/kernel/ |
D | reboot.c | 53 struct notifier_block nb; member 101 int register_reboot_notifier(struct notifier_block *nb) in register_reboot_notifier() 116 int unregister_reboot_notifier(struct notifier_block *nb) in unregister_reboot_notifier() 127 int devm_register_reboot_notifier(struct device *dev, struct notifier_block *nb) in devm_register_reboot_notifier() 193 int register_restart_handler(struct notifier_block *nb) in register_restart_handler() 208 int unregister_restart_handler(struct notifier_block *nb) in unregister_restart_handler() 318 static int sys_off_notify(struct notifier_block *nb, in sys_off_notify()
|
D | cpu_pm.c | 70 int cpu_pm_register_notifier(struct notifier_block *nb) in cpu_pm_register_notifier() 90 int cpu_pm_unregister_notifier(struct notifier_block *nb) in cpu_pm_unregister_notifier()
|
D | notifier.c | 73 struct notifier_block *nb, *next_nb; in notifier_call_chain() local 597 int register_die_notifier(struct notifier_block *nb) in register_die_notifier() 603 int unregister_die_notifier(struct notifier_block *nb) in unregister_die_notifier()
|
D | tracepoint.c | 589 int register_tracepoint_module_notifier(struct notifier_block *nb) in register_tracepoint_module_notifier() 613 int unregister_tracepoint_module_notifier(struct notifier_block *nb) in unregister_tracepoint_module_notifier()
|
D | static_call_inline.c | 421 static int static_call_module_notify(struct notifier_block *nb, in static_call_module_notify()
|
D | cpu.c | 1685 cpu_hotplug_pm_callback(struct notifier_block *nb, in cpu_hotplug_pm_callback()
|
D | kprobes.c | 2628 static int kprobes_module_callback(struct notifier_block *nb, in kprobes_module_callback()
|
/kernel/gcov/ |
D | base.c | 103 static int gcov_module_notifier(struct notifier_block *nb, unsigned long event, in gcov_module_notifier()
|
/kernel/printk/ |
D | index.c | 151 static int pi_module_notify(struct notifier_block *nb, unsigned long op, in pi_module_notify()
|
/kernel/power/ |
D | main.c | 74 int register_pm_notifier(struct notifier_block *nb) in register_pm_notifier() 80 int unregister_pm_notifier(struct notifier_block *nb) in unregister_pm_notifier()
|
/kernel/dma/ |
D | debug.c | 842 static int dma_debug_device_change(struct notifier_block *nb, unsigned long action, void *data) in dma_debug_device_change() 874 struct notifier_block *nb; in dma_debug_add_bus() local
|
/kernel/time/ |
D | timekeeping.c | 679 int pvclock_gtod_register_notifier(struct notifier_block *nb) in pvclock_gtod_register_notifier() 699 int pvclock_gtod_unregister_notifier(struct notifier_block *nb) in pvclock_gtod_unregister_notifier()
|
/kernel/trace/ |
D | trace_probe.c | 528 #define BYTES_TO_BITS(nb) ((BITS_PER_LONG * (nb)) / sizeof(long)) argument
|
D | trace_kprobe.c | 674 static int trace_kprobe_module_callback(struct notifier_block *nb, in trace_kprobe_module_callback()
|
D | bpf_trace.c | 2414 static int bpf_event_notify(struct notifier_block *nb, unsigned long op, in bpf_event_notify()
|
/kernel/module/ |
D | main.c | 134 int register_module_notifier(struct notifier_block *nb) in register_module_notifier() 140 int unregister_module_notifier(struct notifier_block *nb) in unregister_module_notifier()
|
/kernel/bpf/ |
D | btf.c | 7108 static int btf_module_notify(struct notifier_block *nb, unsigned long op, in btf_module_notify()
|