current_active 1458 tools/crm_resource_runtime.c GList *current_active = NULL; current_active 1557 tools/crm_resource_runtime.c current_active = get_active_resources(host, scheduler->resources); current_active 1559 tools/crm_resource_runtime.c dump_list(current_active, "Origin"); current_active 1582 tools/crm_resource_runtime.c if (current_active != NULL) { current_active 1583 tools/crm_resource_runtime.c g_list_free_full(current_active, free); current_active 1584 tools/crm_resource_runtime.c current_active = NULL; current_active 1602 tools/crm_resource_runtime.c list_delta = pcmk__subtract_lists(current_active, target_active, (GCompareFunc) strcmp); current_active 1627 tools/crm_resource_runtime.c if (current_active != NULL) { current_active 1628 tools/crm_resource_runtime.c g_list_free_full(current_active, free); current_active 1630 tools/crm_resource_runtime.c current_active = get_active_resources(host, scheduler->resources); current_active 1633 tools/crm_resource_runtime.c list_delta = pcmk__subtract_lists(current_active, target_active, (GCompareFunc) strcmp); current_active 1635 tools/crm_resource_runtime.c dump_list(current_active, "Current"); current_active 1676 tools/crm_resource_runtime.c list_delta = pcmk__subtract_lists(target_active, current_active, (GCompareFunc) strcmp); current_active 1706 tools/crm_resource_runtime.c if (current_active != NULL) { current_active 1707 tools/crm_resource_runtime.c g_list_free_full(current_active, free); current_active 1709 tools/crm_resource_runtime.c current_active = get_active_resources(NULL, scheduler->resources); current_active 1712 tools/crm_resource_runtime.c list_delta = pcmk__subtract_lists(target_active, current_active, (GCompareFunc) strcmp); current_active 1713 tools/crm_resource_runtime.c dump_list(current_active, "Current"); current_active 1748 tools/crm_resource_runtime.c if (current_active != NULL) { current_active 1749 tools/crm_resource_runtime.c g_list_free_full(current_active, free);