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,
37 Symbols can be exported into namespace using different methods. All of them are
55 ``namespace`` set accordingly. A symbol that is exported without a namespace will
77 symbol exported with EXPORT_SYMBOL_NS() while this definition is present, will
78 still be exported into the namespace that is passed as the namespace argument
93 Symbols exported using this macro are put into a module namespace. This
106 3. How to use Symbols exported in Namespaces
109 In order to use symbols that are exported into namespaces, kernel modules need
137 might be exported to has been imported by the module. The default behaviour of