Lines Matching defs:ns
71 #define ___EXPORT_SYMBOL(sym, sec, ns) __GENKSYMS_EXPORT_SYMBOL(sym) argument
86 #define ___EXPORT_SYMBOL(sym, sec, ns) \ argument
107 #define __EXPORT_SYMBOL(sym, sec, ns) argument
123 #define __EXPORT_SYMBOL(sym, sec, ns) \ argument
126 #define __cond_export_sym(sym, sec, ns, conf) \ argument
128 #define ___cond_export_sym(sym, sec, ns, enabled) \ argument
130 #define __cond_export_sym_1(sym, sec, ns) ___EXPORT_SYMBOL(sym, sec, ns) argument
133 #define __cond_export_sym_0(sym, sec, ns) __GENKSYMS_EXPORT_SYMBOL(sym) argument
135 #define __cond_export_sym_0(sym, sec, ns) /* nothing */ argument
140 #define __EXPORT_SYMBOL(sym, sec, ns) ___EXPORT_SYMBOL(sym, sec, ns) argument
152 #define EXPORT_SYMBOL_NS(sym, ns) __EXPORT_SYMBOL(sym, "", __stringify(ns)) argument
153 #define EXPORT_SYMBOL_NS_GPL(sym, ns) __EXPORT_SYMBOL(sym, "_gpl", __stringify(ns)) argument