target_active    1457 tools/crm_resource_runtime.c     GList *target_active = NULL;
target_active    1599 tools/crm_resource_runtime.c     target_active = get_active_resources(host, scheduler->resources);
target_active    1600 tools/crm_resource_runtime.c     dump_list(target_active, "Target");
target_active    1602 tools/crm_resource_runtime.c     list_delta = pcmk__subtract_lists(current_active, target_active, (GCompareFunc) strcmp);
target_active    1633 tools/crm_resource_runtime.c             list_delta = pcmk__subtract_lists(current_active, target_active, (GCompareFunc) strcmp);
target_active    1671 tools/crm_resource_runtime.c     if (target_active != NULL) {
target_active    1672 tools/crm_resource_runtime.c         g_list_free_full(target_active, free);
target_active    1674 tools/crm_resource_runtime.c     target_active = restart_target_active;
target_active    1676 tools/crm_resource_runtime.c     list_delta = pcmk__subtract_lists(target_active, current_active, (GCompareFunc) strcmp);
target_active    1712 tools/crm_resource_runtime.c             list_delta = pcmk__subtract_lists(target_active, current_active, (GCompareFunc) strcmp);
target_active    1751 tools/crm_resource_runtime.c     if (target_active != NULL && (target_active != restart_target_active)) {
target_active    1752 tools/crm_resource_runtime.c         g_list_free_full(target_active, free);