target_active    1556 tools/crm_resource_runtime.c     GList *target_active = NULL;
target_active    1709 tools/crm_resource_runtime.c     target_active = get_active_resources(host, scheduler->resources);
target_active    1710 tools/crm_resource_runtime.c     dump_list(target_active, "Target");
target_active    1712 tools/crm_resource_runtime.c     list_delta = pcmk__subtract_lists(current_active, target_active, (GCompareFunc) strcmp);
target_active    1743 tools/crm_resource_runtime.c             list_delta = pcmk__subtract_lists(current_active, target_active, (GCompareFunc) strcmp);
target_active    1784 tools/crm_resource_runtime.c     if (target_active != NULL) {
target_active    1785 tools/crm_resource_runtime.c         g_list_free_full(target_active, free);
target_active    1787 tools/crm_resource_runtime.c     target_active = restart_target_active;
target_active    1789 tools/crm_resource_runtime.c     list_delta = pcmk__subtract_lists(target_active, current_active, (GCompareFunc) strcmp);
target_active    1825 tools/crm_resource_runtime.c             list_delta = pcmk__subtract_lists(target_active, current_active, (GCompareFunc) strcmp);
target_active    1866 tools/crm_resource_runtime.c     if (target_active != NULL && (target_active != restart_target_active)) {
target_active    1867 tools/crm_resource_runtime.c         g_list_free_full(target_active, free);