Searched refs:ns (Results 1 – 5 of 5) sorted by relevance
5 /// This script is usually called from scripts/nsdeps with -D ns=<namespace> to14 identifier virtual.ns;16 MODULE_IMPORT_NS(ns);23 identifier virtual.ns;26 + MODULE_IMPORT_NS(ns);
30 $srctree/scripts/coccinelle/misc/add_namespace.cocci -D nsdeps -D ns=$1 $239 for ns in $namespaces; do40 echo "Adding namespace $ns to module $mod.ko."41 generate_deps_for_ns $ns "$mod_source_files"
53 struct symbol *find_symbol(const char *name, enum symbol_type ns, int exact);
154 struct symbol *find_symbol(const char *name, enum symbol_type ns, int exact) in find_symbol() argument160 if (map_to_ns(sym->type) == map_to_ns(ns) && in find_symbol()165 if (exact && sym && sym->type != ns) in find_symbol()
2450 struct namespace_list *ns; in write_namespace_deps_files() local2460 for (ns = mod->missing_namespaces; ns; ns = ns->next) in write_namespace_deps_files()2461 buf_printf(&ns_deps_buf, " %s", ns->namespace); in write_namespace_deps_files()