module.c | 28 static struct module *g_module_head; variable in typeref:struct:module 131 existing = module_find_with_name(g_module_head, file); 158 existing = module_find_with_handle(g_module_head, new->handle); 192 g_module_head = module_add_list(g_module_head, new); 229 g_module_head = module_del_list(g_module_head, module);
|