target_active    1411 tools/crm_resource_runtime.c     GList *target_active = NULL;
target_active    1546 tools/crm_resource_runtime.c     target_active = get_active_resources(host, data_set->resources);
target_active    1547 tools/crm_resource_runtime.c     dump_list(target_active, "Target");
target_active    1549 tools/crm_resource_runtime.c     list_delta = pcmk__subtract_lists(current_active, target_active, (GCompareFunc) strcmp);
target_active    1580 tools/crm_resource_runtime.c             list_delta = pcmk__subtract_lists(current_active, target_active, (GCompareFunc) strcmp);
target_active    1617 tools/crm_resource_runtime.c     if (target_active != NULL) {
target_active    1618 tools/crm_resource_runtime.c         g_list_free_full(target_active, free);
target_active    1619 tools/crm_resource_runtime.c         target_active = NULL;
target_active    1621 tools/crm_resource_runtime.c     target_active = restart_target_active;
target_active    1622 tools/crm_resource_runtime.c     list_delta = pcmk__subtract_lists(target_active, current_active, (GCompareFunc) strcmp);
target_active    1658 tools/crm_resource_runtime.c             list_delta = pcmk__subtract_lists(target_active, current_active, (GCompareFunc) strcmp);
target_active    1697 tools/crm_resource_runtime.c     if (target_active != NULL && (target_active != restart_target_active)) {
target_active    1698 tools/crm_resource_runtime.c         g_list_free_full(target_active, free);