Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dexport.h183 #define EXPORT_SYMBOL_NS_GPL(sym, ns) __EXPORT_SYMBOL_NS(sym, "_gpl", ns) macro
/Linux-v5.4/Documentation/core-api/
Dsymbol-namespaces.rst44 EXPORT_SYMBOL_NS_GPL(). They take one additional argument: the namespace.
/Linux-v5.4/Documentation/kernel-hacking/
Dhacking.rst606 :c:func:`EXPORT_SYMBOL_NS_GPL()`