Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dmodule.h735 int unregister_module_notifier(struct notifier_block *nb);
830 static inline int unregister_module_notifier(struct notifier_block *nb) in unregister_module_notifier() function
/linux-6.6.21/lib/kunit/
Dtest.c931 unregister_module_notifier(&kunit_mod_nb); in kunit_exit()
/linux-6.6.21/kernel/debug/
Ddebug_core.c1098 unregister_module_notifier(&dbg_module_load_nb); in kgdb_unregister_callbacks()
/linux-6.6.21/kernel/module/
Dmain.c141 int unregister_module_notifier(struct notifier_block *nb) in unregister_module_notifier() function
145 EXPORT_SYMBOL(unregister_module_notifier);