current_active 1557 tools/crm_resource_runtime.c GList *current_active = NULL; current_active 1656 tools/crm_resource_runtime.c current_active = get_active_resources(host, scheduler->resources); current_active 1658 tools/crm_resource_runtime.c dump_list(current_active, "Origin"); current_active 1692 tools/crm_resource_runtime.c if (current_active != NULL) { current_active 1693 tools/crm_resource_runtime.c g_list_free_full(current_active, free); current_active 1694 tools/crm_resource_runtime.c current_active = NULL; current_active 1712 tools/crm_resource_runtime.c list_delta = pcmk__subtract_lists(current_active, target_active, (GCompareFunc) strcmp); current_active 1737 tools/crm_resource_runtime.c if (current_active != NULL) { current_active 1738 tools/crm_resource_runtime.c g_list_free_full(current_active, free); current_active 1740 tools/crm_resource_runtime.c current_active = get_active_resources(host, scheduler->resources); current_active 1743 tools/crm_resource_runtime.c list_delta = pcmk__subtract_lists(current_active, target_active, (GCompareFunc) strcmp); current_active 1745 tools/crm_resource_runtime.c dump_list(current_active, "Current"); current_active 1789 tools/crm_resource_runtime.c list_delta = pcmk__subtract_lists(target_active, current_active, (GCompareFunc) strcmp); current_active 1819 tools/crm_resource_runtime.c if (current_active != NULL) { current_active 1820 tools/crm_resource_runtime.c g_list_free_full(current_active, free); current_active 1822 tools/crm_resource_runtime.c current_active = get_active_resources(NULL, scheduler->resources); current_active 1825 tools/crm_resource_runtime.c list_delta = pcmk__subtract_lists(target_active, current_active, (GCompareFunc) strcmp); current_active 1826 tools/crm_resource_runtime.c dump_list(current_active, "Current"); current_active 1863 tools/crm_resource_runtime.c if (current_active != NULL) { current_active 1864 tools/crm_resource_runtime.c g_list_free_full(current_active, free);