Searched refs:call_lifecycle_function (Results 1 – 1 of 1) sorted by relevance
44 static bool call_lifecycle_function(module_lifecycle_fn function);82 if (!call_lifecycle_function(module->init)) { in module_init()102 if (!call_lifecycle_function(module->start_up)) { in module_start_up()124 if (!call_lifecycle_function(module->shut_down)) { in module_shut_down()145 if (!call_lifecycle_function(module->clean_up)) { in module_clean_up()155 static bool call_lifecycle_function(module_lifecycle_fn function) { in call_lifecycle_function() function