Searched refs:__EXPORT_SYMBOL (Results 1 – 2 of 2) sorted by relevance
/linux/include/linux/ |
A D | export.h | 119 #define __EXPORT_SYMBOL(sym, sec, ns) macro 135 #define __EXPORT_SYMBOL(sym, sec, ns) \ macro 152 #define __EXPORT_SYMBOL(sym, sec, ns) ___EXPORT_SYMBOL(sym, sec, ns) macro 158 #define _EXPORT_SYMBOL(sym, sec) __EXPORT_SYMBOL(sym, sec, __stringify(DEFAULT_SYMBOL_NAMESPACE)) 160 #define _EXPORT_SYMBOL(sym, sec) __EXPORT_SYMBOL(sym, sec, "") 165 #define EXPORT_SYMBOL_NS(sym, ns) __EXPORT_SYMBOL(sym, "", #ns) 166 #define EXPORT_SYMBOL_NS_GPL(sym, ns) __EXPORT_SYMBOL(sym, "_gpl", #ns)
|
/linux/include/asm-generic/ |
A D | export.h | 71 #define __EXPORT_SYMBOL(sym, val, sec) \ macro 82 #define __EXPORT_SYMBOL(sym, val, sec) ___EXPORT_SYMBOL sym, val, sec 86 __EXPORT_SYMBOL(name, KSYM_FUNC(name),) 88 __EXPORT_SYMBOL(name, KSYM_FUNC(name), _gpl) 90 __EXPORT_SYMBOL(name, name,) 92 __EXPORT_SYMBOL(name, name,_gpl)
|
Completed in 4 milliseconds