Searched refs:ns (Results 1 – 5 of 5) sorted by relevance
5 /// This script is usually called from scripts/nsdeps with -D ns=<namespace> to13 identifier virtual.ns;15 MODULE_IMPORT_NS(ns);22 identifier virtual.ns;25 + MODULE_IMPORT_NS(ns);
26 $srctree/scripts/coccinelle/misc/add_namespace.cocci -D ns=$1 $237 for ns in `cat $ns_deps_file`; do38 echo "Adding namespace $ns to module $mod_name (if needed)."39 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()
2540 struct namespace_list *ns; in write_namespace_deps_files() local2551 for (ns = mod->required_namespaces; ns; ns = ns->next) in write_namespace_deps_files()2552 buf_printf(&ns_deps_buf, "%s\n", ns->namespace); in write_namespace_deps_files()