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

/linux-master/scripts/mod/
H A Dmodpost.h106 struct list_head missing_namespaces; member in struct:module
H A Dmodpost.c183 INIT_LIST_HEAD(&mod->missing_namespaces);
1772 add_namespace(&mod->missing_namespaces, exp->namespace);
2166 if (mod->from_dump || list_empty(&mod->missing_namespaces))
2171 list_for_each_entry(ns, &mod->missing_namespaces, list)

Completed in 82 milliseconds