Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Ddynamic_debug.h54 extern int ddebug_remove_module(const char *mod_name);
163 static inline int ddebug_remove_module(const char *mod) in ddebug_remove_module() function
/Linux-v4.19/lib/
Ddynamic_debug.c924 int ddebug_remove_module(const char *mod_name) in ddebug_remove_module() function
941 EXPORT_SYMBOL_GPL(ddebug_remove_module);
/Linux-v4.19/kernel/
Dmodule.c2140 ddebug_remove_module(mod->name); in free_module()
2728 ddebug_remove_module(mod->name); in dynamic_debug_remove()