Lines Matching full:exported
6 export surface of in-kernel symbols exported through the family of
15 === 3 How to use Symbols exported in Namespaces
24 their exported symbols into separate namespaces. That is useful for
27 kernel. As of today, modules that make use of symbols exported into namespaces,
34 Symbols can be exported into namespace using different methods. All of them are
52 ``namespace`` set accordingly. A symbol that is exported without a namespace will
74 symbol exported with EXPORT_SYMBOL_NS() while this definition is present, will
75 still be exported into the namespace that is passed as the namespace argument
87 3. How to use Symbols exported in Namespaces
90 In order to use symbols that are exported into namespaces, kernel modules need
118 might be exported to has been imported by the module. The default behaviour of