Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dmodule.h758 int unregister_module_notifier(struct notifier_block *nb);
853 static inline int unregister_module_notifier(struct notifier_block *nb) in unregister_module_notifier() function
/linux/kernel/debug/
H A Ddebug_core.c1090 unregister_module_notifier(&dbg_module_load_nb); in kgdb_unregister_callbacks()
/linux/lib/kunit/
H A Dtest.c1073 unregister_module_notifier(&kunit_mod_nb); in kunit_exit()
/linux/kernel/module/
H A Dmain.c171 int unregister_module_notifier(struct notifier_block *nb) in unregister_module_notifier() function
175 EXPORT_SYMBOL(unregister_module_notifier);