Home
last modified time | relevance | path

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

/linux-3.3/include/linux/
Ddynamic_debug.h39 extern int ddebug_remove_module(const char *mod_name);
94 static inline int ddebug_remove_module(const char *mod) in ddebug_remove_module() function
/linux-3.3/lib/
Ddynamic_debug.c789 int ddebug_remove_module(const char *mod_name) in ddebug_remove_module() function
807 EXPORT_SYMBOL_GPL(ddebug_remove_module);
/linux-3.3/kernel/
Dmodule.c1779 ddebug_remove_module(mod->name); in free_module()
2320 ddebug_remove_module(debug->modname); in dynamic_debug_remove()