Home
last modified time | relevance | path

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

/hardware/intel/common/wrs_omxil_core/utils/src/
Dmodule.c28 static struct module *g_module_head; variable
131 existing = module_find_with_name(g_module_head, file); in module_open()
158 existing = module_find_with_handle(g_module_head, new->handle); in module_open()
192 g_module_head = module_add_list(g_module_head, new); in module_open()
229 g_module_head = module_del_list(g_module_head, module); in module_close()