Home
last modified time | relevance | path

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

/openbmc/linux/samples/hw_breakpoint/
H A Ddata_breakpoint.c74 __symbol_put(ksym_name); in hw_break_module_exit()
/openbmc/linux/include/linux/
H A Dmodule.h658 void __symbol_put(const char *symbol);
659 #define symbol_put(x) __symbol_put(__stringify(x))
/openbmc/linux/kernel/module/
H A Dmain.c776 void __symbol_put(const char *symbol) in __symbol_put() function
788 EXPORT_SYMBOL(__symbol_put);