Searched refs:call_lifecycle_function (Results 1 – 1 of 1) sorted by relevance
44 static bool call_lifecycle_function(module_lifecycle_fn function);64 if (!call_lifecycle_function(module->init)) { in module_init()85 if (!call_lifecycle_function(module->start_up)) { in module_start_up()105 if (!call_lifecycle_function(module->shut_down)) { in module_shut_down()125 if (!call_lifecycle_function(module->clean_up)) { in module_clean_up()135 static bool call_lifecycle_function(module_lifecycle_fn function) { in call_lifecycle_function() function