Searched refs:call_lifecycle_function (Results 1 – 1 of 1) sorted by relevance
46 static bool call_lifecycle_function(module_lifecycle_fn function);65 if (!call_lifecycle_function(module->init)) { in module_init()86 if (!call_lifecycle_function(module->start_up)) { in module_start_up()107 if (!call_lifecycle_function(module->shut_down)) { in module_shut_down()127 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