current_active   1650 tools/crm_resource_runtime.c     GList *current_active = NULL;
current_active   1750 tools/crm_resource_runtime.c     current_active = get_active_resources(host, scheduler->priv->resources);
current_active   1752 tools/crm_resource_runtime.c     dump_list(current_active, "Origin");
current_active   1785 tools/crm_resource_runtime.c         if (current_active != NULL) {
current_active   1786 tools/crm_resource_runtime.c             g_list_free_full(current_active, free);
current_active   1787 tools/crm_resource_runtime.c             current_active = NULL;
current_active   1805 tools/crm_resource_runtime.c     list_delta = pcmk__subtract_lists(current_active, target_active, (GCompareFunc) strcmp);
current_active   1830 tools/crm_resource_runtime.c             if (current_active != NULL) {
current_active   1831 tools/crm_resource_runtime.c                 g_list_free_full(current_active, free);
current_active   1833 tools/crm_resource_runtime.c             current_active = get_active_resources(host,
current_active   1837 tools/crm_resource_runtime.c             list_delta = pcmk__subtract_lists(current_active, target_active, (GCompareFunc) strcmp);
current_active   1839 tools/crm_resource_runtime.c             dump_list(current_active, "Current");
current_active   1884 tools/crm_resource_runtime.c     list_delta = pcmk__subtract_lists(target_active, current_active, (GCompareFunc) strcmp);
current_active   1914 tools/crm_resource_runtime.c             if (current_active != NULL) {
current_active   1915 tools/crm_resource_runtime.c                 g_list_free_full(current_active, free);
current_active   1917 tools/crm_resource_runtime.c             current_active = get_active_resources(NULL,
current_active   1921 tools/crm_resource_runtime.c             list_delta = pcmk__subtract_lists(target_active, current_active, (GCompareFunc) strcmp);
current_active   1922 tools/crm_resource_runtime.c             dump_list(current_active, "Current");
current_active   1959 tools/crm_resource_runtime.c     if (current_active != NULL) {
current_active   1960 tools/crm_resource_runtime.c         g_list_free_full(current_active, free);