current_active   1693 tools/crm_resource_runtime.c     GList *current_active = NULL;
current_active   1793 tools/crm_resource_runtime.c     current_active = get_active_resources(host, scheduler->priv->resources);
current_active   1795 tools/crm_resource_runtime.c     dump_list(current_active, "Origin");
current_active   1828 tools/crm_resource_runtime.c         if (current_active != NULL) {
current_active   1829 tools/crm_resource_runtime.c             g_list_free_full(current_active, free);
current_active   1830 tools/crm_resource_runtime.c             current_active = NULL;
current_active   1848 tools/crm_resource_runtime.c     list_delta = pcmk__subtract_lists(current_active, target_active, (GCompareFunc) strcmp);
current_active   1873 tools/crm_resource_runtime.c             if (current_active != NULL) {
current_active   1874 tools/crm_resource_runtime.c                 g_list_free_full(current_active, free);
current_active   1876 tools/crm_resource_runtime.c             current_active = get_active_resources(host,
current_active   1880 tools/crm_resource_runtime.c             list_delta = pcmk__subtract_lists(current_active, target_active, (GCompareFunc) strcmp);
current_active   1882 tools/crm_resource_runtime.c             dump_list(current_active, "Current");
current_active   1927 tools/crm_resource_runtime.c     list_delta = pcmk__subtract_lists(target_active, current_active, (GCompareFunc) strcmp);
current_active   1957 tools/crm_resource_runtime.c             if (current_active != NULL) {
current_active   1958 tools/crm_resource_runtime.c                 g_list_free_full(current_active, free);
current_active   1960 tools/crm_resource_runtime.c             current_active = get_active_resources(NULL,
current_active   1964 tools/crm_resource_runtime.c             list_delta = pcmk__subtract_lists(target_active, current_active, (GCompareFunc) strcmp);
current_active   1965 tools/crm_resource_runtime.c             dump_list(current_active, "Current");
current_active   2002 tools/crm_resource_runtime.c     if (current_active != NULL) {
current_active   2003 tools/crm_resource_runtime.c         g_list_free_full(current_active, free);