Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dmodule.h656 int unregister_module_notifier(struct notifier_block *nb);
788 static inline int unregister_module_notifier(struct notifier_block *nb) in unregister_module_notifier() function
/Linux-v5.15/kernel/debug/
Ddebug_core.c1083 unregister_module_notifier(&dbg_module_load_nb); in kgdb_unregister_callbacks()
/Linux-v5.15/kernel/
Dmodule.c307 int unregister_module_notifier(struct notifier_block *nb) in unregister_module_notifier() function
311 EXPORT_SYMBOL(unregister_module_notifier);