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);
1767 add_namespace(&mod->missing_namespaces, exp->namespace);
2161 if (mod->from_dump || list_empty(&mod->missing_namespaces))
2166 list_for_each_entry(ns, &mod->missing_namespaces, list)

Completed in 140 milliseconds