Home
last modified time | relevance | path

Searched refs:missing_namespaces (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/scripts/mod/
H A Dmodpost.h129 struct list_head missing_namespaces; member
H A Dmodpost.c195 INIT_LIST_HEAD(&mod->missing_namespaces); in new_module()
1718 add_namespace(&mod->missing_namespaces, exp->namespace); in check_exports()
2161 if (mod->dump_file || list_empty(&mod->missing_namespaces)) in write_namespace_deps_files()
2166 list_for_each_entry(ns, &mod->missing_namespaces, list) in write_namespace_deps_files()