Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dmodule.h630 int unregister_module_notifier(struct notifier_block *nb);
739 static inline int unregister_module_notifier(struct notifier_block *nb) in unregister_module_notifier() function
/linux-4.4.14/drivers/oprofile/
Dbuffer_sync.c192 unregister_module_notifier(&module_load_nb); in sync_stop()
/linux-4.4.14/kernel/debug/
Ddebug_core.c929 unregister_module_notifier(&dbg_module_load_nb); in kgdb_unregister_callbacks()
/linux-4.4.14/kernel/livepatch/
Dcore.c1033 unregister_module_notifier(&klp_module_nb); in klp_init()
/linux-4.4.14/kernel/
Dmodule.c315 int unregister_module_notifier(struct notifier_block *nb) in unregister_module_notifier() function
319 EXPORT_SYMBOL(unregister_module_notifier);