Home
last modified time | relevance | path

Searched refs:ns (Results 1 – 5 of 5) sorted by relevance

/scripts/coccinelle/misc/
Dadd_namespace.cocci5 /// This script is usually called from scripts/nsdeps with -D ns=<namespace> to
13 identifier virtual.ns;
15 MODULE_IMPORT_NS(ns);
22 identifier virtual.ns;
25 + MODULE_IMPORT_NS(ns);
/scripts/
Dnsdeps26 $srctree/scripts/coccinelle/misc/add_namespace.cocci -D ns=$1 $2
37 for ns in `cat $ns_deps_file`; do
38 echo "Adding namespace $ns to module $mod_name (if needed)."
39 generate_deps_for_ns $ns "$mod_source_files"
/scripts/genksyms/
Dgenksyms.h53 struct symbol *find_symbol(const char *name, enum symbol_type ns, int exact);
Dgenksyms.c154 struct symbol *find_symbol(const char *name, enum symbol_type ns, int exact) in find_symbol() argument
160 if (map_to_ns(sym->type) == map_to_ns(ns) && in find_symbol()
165 if (exact && sym && sym->type != ns) in find_symbol()
/scripts/mod/
Dmodpost.c2540 struct namespace_list *ns; in write_namespace_deps_files() local
2551 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()