Home
last modified time | relevance | path

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

/openbmc/qemu/util/
H A Dmodule.c40 static bool modules_init_done[MODULE_INIT_MAX]; variable
102 if (modules_init_done[type]) { in module_call_init()
112 modules_init_done[type] = true; in module_call_init()