Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Ddynamic_debug.h43 extern int ddebug_remove_module(const char *mod_name);
114 static inline int ddebug_remove_module(const char *mod) in ddebug_remove_module() function
/linux-4.4.14/lib/
Ddynamic_debug.c918 int ddebug_remove_module(const char *mod_name) in ddebug_remove_module() function
935 EXPORT_SYMBOL_GPL(ddebug_remove_module);
/linux-4.4.14/kernel/
Dmodule.c2017 ddebug_remove_module(mod->name); in free_module()
2573 ddebug_remove_module(debug->modname); in dynamic_debug_remove()