Home
last modified time | relevance | path

Searched refs:unregister_module_notifier (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/include/linux/
Dmodule.h631 int unregister_module_notifier(struct notifier_block *nb);
752 static inline int unregister_module_notifier(struct notifier_block *nb) in unregister_module_notifier() function
/Linux-v4.19/drivers/oprofile/
Dbuffer_sync.c194 unregister_module_notifier(&module_load_nb); in sync_stop()
/Linux-v4.19/kernel/debug/
Ddebug_core.c930 unregister_module_notifier(&dbg_module_load_nb); in kgdb_unregister_callbacks()
/Linux-v4.19/kernel/
Dmodule.c304 int unregister_module_notifier(struct notifier_block *nb) in unregister_module_notifier() function
308 EXPORT_SYMBOL(unregister_module_notifier);