target_active    1342 tools/crm_resource_runtime.c     GList *target_active = NULL;
target_active    1477 tools/crm_resource_runtime.c     target_active = get_active_resources(host, data_set->resources);
target_active    1478 tools/crm_resource_runtime.c     dump_list(target_active, "Target");
target_active    1480 tools/crm_resource_runtime.c     list_delta = pcmk__subtract_lists(current_active, target_active, (GCompareFunc) strcmp);
target_active    1511 tools/crm_resource_runtime.c             list_delta = pcmk__subtract_lists(current_active, target_active, (GCompareFunc) strcmp);
target_active    1548 tools/crm_resource_runtime.c     if (target_active != NULL) {
target_active    1549 tools/crm_resource_runtime.c         g_list_free_full(target_active, free);
target_active    1550 tools/crm_resource_runtime.c         target_active = NULL;
target_active    1552 tools/crm_resource_runtime.c     target_active = restart_target_active;
target_active    1553 tools/crm_resource_runtime.c     list_delta = pcmk__subtract_lists(target_active, current_active, (GCompareFunc) strcmp);
target_active    1589 tools/crm_resource_runtime.c             list_delta = pcmk__subtract_lists(target_active, current_active, (GCompareFunc) strcmp);
target_active    1628 tools/crm_resource_runtime.c     if (target_active != NULL && (target_active != restart_target_active)) {
target_active    1629 tools/crm_resource_runtime.c         g_list_free_full(target_active, free);