g_list_length     357 daemons/controld/controld_callbacks.c     crm_trace("Invoked (queue len: %d)", g_list_length(fsa_message_queue));
g_list_length     359 daemons/controld/controld_callbacks.c     crm_trace("Exited  (queue len: %d)", g_list_length(fsa_message_queue));
g_list_length     252 daemons/controld/controld_execd.c                   g_list_length(entry->recurring_op_list), op->rsc_id,
g_list_length     183 daemons/controld/controld_fsa.c         crm_trace("Checking messages (%d remaining)", g_list_length(fsa_message_queue));
g_list_length     253 daemons/controld/controld_fsa.c                   g_list_length(fsa_message_queue),
g_list_length      64 daemons/controld/controld_messages.c     unsigned old_len = g_list_length(fsa_message_queue);
g_list_length     158 daemons/controld/controld_messages.c               g_list_length(fsa_message_queue));
g_list_length     162 daemons/controld/controld_messages.c     if (old_len == g_list_length(fsa_message_queue)) {
g_list_length    1148 daemons/execd/execd_commands.c             g_list_length(cmd_list));
g_list_length    1715 daemons/fenced/fenced_commands.c     int max = g_list_length(list);
g_list_length    1804 daemons/fenced/fenced_commands.c         guint ndevices = g_list_length(search->capable);
g_list_length    2270 daemons/fenced/fenced_commands.c     guint devices_remaining = g_list_length(cmd->device_next);
g_list_length    2542 daemons/fenced/fenced_commands.c     guint ndevices = g_list_length(devices);
g_list_length     861 daemons/fenced/fenced_remote.c                   op->level, op->target, g_list_length(tp->levels[op->level]),
g_list_length     484 lib/cib/cib_client.c     crm_trace("Adding callback for %s events (%d)", event, g_list_length(cib->notify_list));
g_list_length     502 lib/cib/cib_client.c         crm_trace("Callback added (%d)", g_list_length(cib->notify_list));
g_list_length     223 lib/cluster/cpg.c     queue_len = g_list_length(cs_message_queue);
g_list_length    1653 lib/fencing/st_client.c     crm_trace("Adding callback for %s events (%d)", event, g_list_length(private->notify_list));
g_list_length    1671 lib/fencing/st_client.c         crm_trace("Callback added (%d)", g_list_length(private->notify_list));
g_list_length    2061 lib/fencing/st_client.c         crm_trace("Destroying %d notification clients", g_list_length(private->notify_list));
g_list_length     195 lib/pacemaker/pcmk_sched_location.c               rule_id, g_list_length(location_rule->node_list_rh));
g_list_length     425 lib/pacemaker/pcmk_sched_native.c                          g_list_length(gIter), rsc->id);
g_list_length     433 lib/pacemaker/pcmk_sched_native.c                          g_list_length(gIter), rsc->id, last_rsc->id);
g_list_length     439 lib/pacemaker/pcmk_sched_native.c                          g_list_length(gIter), rsc->id);
g_list_length    1531 lib/pacemaker/pcmk_sched_ordering.c     crm_trace("Updating %d actions", g_list_length(data_set->actions));
g_list_length     402 lib/pacemaker/pcmk_sched_utils.c                   g_list_length(action->actions_before), g_list_length(action->actions_after));
g_list_length      79 lib/pengine/clone.c                                        g_list_length(data_set->nodes));
g_list_length     220 lib/pengine/clone.c         clone_data->clone_max = QB_MAX(1, g_list_length(data_set->nodes));
g_list_length    1022 lib/pengine/clone.c         if (clone_data->clone_max == g_list_length(data_set->nodes)) {
g_list_length     195 lib/pengine/group.c     status_print("number_resources=\"%d\" ", g_list_length(rsc->children));
g_list_length     267 lib/pengine/group.c     char *count = pcmk__itoa(g_list_length(gIter));
g_list_length     478 lib/pengine/native.c     status_print("nodes_running_on=\"%d\" ", g_list_length(rsc->running_on));
g_list_length     931 lib/pengine/native.c     nodes_running_on = pcmk__itoa(g_list_length(rsc->running_on));
g_list_length     353 lib/pengine/pe_output.c         out->message(out, "cluster-counts", g_list_length(data_set->nodes),
g_list_length     416 lib/pengine/pe_output.c         out->message(out, "cluster-counts", g_list_length(data_set->nodes),
g_list_length    1571 lib/pengine/pe_output.c         char *length_s = pcmk__itoa(g_list_length(node->details->running_rsc));
g_list_length     336 lib/pengine/status.c               g_list_length(data_set->ordering_constraints));
g_list_length     341 lib/pengine/status.c               g_list_length(data_set->placement_constraints));
g_list_length     346 lib/pengine/status.c               g_list_length(data_set->colocation_constraints));
g_list_length     351 lib/pengine/status.c               g_list_length(data_set->ticket_constraints));
g_list_length    1386 tools/crm_resource_runtime.c     out->info(out, "Waiting for %d resources to stop:", g_list_length(list_delta));
g_list_length    1391 tools/crm_resource_runtime.c         before = g_list_length(list_delta);
g_list_length    1419 tools/crm_resource_runtime.c         crm_trace("%d (was %d) resources remaining", g_list_length(list_delta), before);
g_list_length    1420 tools/crm_resource_runtime.c         if(before == g_list_length(list_delta)) {
g_list_length    1422 tools/crm_resource_runtime.c             out->err(out, "Could not complete shutdown of %s, %d resources remaining", rsc_id, g_list_length(list_delta));
g_list_length    1456 tools/crm_resource_runtime.c     out->info(out, "Waiting for %d resources to start again:", g_list_length(list_delta));
g_list_length    1461 tools/crm_resource_runtime.c         before = g_list_length(list_delta);
g_list_length    1495 tools/crm_resource_runtime.c         if(before == g_list_length(list_delta)) {
g_list_length    1497 tools/crm_resource_runtime.c             out->err(out, "Could not complete restart of %s, %d resources remaining", rsc_id, g_list_length(list_delta));