Lines Matching defs:ns
81 #define ___EXPORT_SYMBOL(sym, sec, ns) __GENKSYMS_EXPORT_SYMBOL(sym) argument
97 #define ___EXPORT_SYMBOL(sym, sec, ns) \ argument
119 #define __EXPORT_SYMBOL(sym, sec, ns) argument
135 #define __EXPORT_SYMBOL(sym, sec, ns) \ argument
138 #define __cond_export_sym(sym, sec, ns, conf) \ argument
140 #define ___cond_export_sym(sym, sec, ns, enabled) \ argument
142 #define __cond_export_sym_1(sym, sec, ns) ___EXPORT_SYMBOL(sym, sec, ns) argument
143 #define __cond_export_sym_0(sym, sec, ns) /* nothing */ argument
147 #define __EXPORT_SYMBOL(sym, sec, ns) ___EXPORT_SYMBOL(sym, sec, ns) argument
161 #define EXPORT_SYMBOL_NS(sym, ns) __EXPORT_SYMBOL(sym, "", #ns) argument
162 #define EXPORT_SYMBOL_NS_GPL(sym, ns) __EXPORT_SYMBOL(sym, "_gpl", #ns) argument