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

/linux-master/include/linux/
H A Dmodule.h737 int unregister_module_notifier(struct notifier_block *nb);
832 static inline int unregister_module_notifier(struct notifier_block *nb) function
/linux-master/kernel/debug/
H A Ddebug_core.c1098 unregister_module_notifier(&dbg_module_load_nb);
/linux-master/lib/kunit/
H A Dtest.c929 unregister_module_notifier(&kunit_mod_nb);
/linux-master/kernel/module/
H A Dmain.c141 int unregister_module_notifier(struct notifier_block *nb) function
145 EXPORT_SYMBOL(unregister_module_notifier); variable

Completed in 311 milliseconds