pending_ops        67 crmd/crmd_lrm.h     GHashTable *pending_ops;
pending_ops       427 crmd/lrm.c         if (lrm_state->pending_ops && lrm_state_is_connected(lrm_state) == TRUE) {
pending_ops       429 crmd/lrm.c                 lrm_state->pending_ops, stop_recurring_actions, lrm_state);
pending_ops       430 crmd/lrm.c             guint nremaining = g_hash_table_size(lrm_state->pending_ops);
pending_ops       438 crmd/lrm.c         if (lrm_state->pending_ops) {
pending_ops       439 crmd/lrm.c             g_hash_table_iter_init(&gIter, lrm_state->pending_ops);
pending_ops       453 crmd/lrm.c                 g_hash_table_iter_init(&gIter, lrm_state->pending_ops);
pending_ops       486 crmd/lrm.c             if (lrm_state->pending_ops) {
pending_ops       489 crmd/lrm.c                 g_hash_table_iter_init(&hIter, lrm_state->pending_ops);
pending_ops       989 crmd/lrm.c             g_hash_table_foreach_remove(lrm_state->pending_ops, lrm_remove_deleted_op, rsc_id_copy);
pending_ops      1172 crmd/lrm.c         pending = g_hash_table_lookup(lrm_state->pending_ops, key);
pending_ops      1253 crmd/lrm.c         removed = g_hash_table_foreach_remove(lrm_state->pending_ops, cancel_action_by_key, &data);
pending_ops      1255 crmd/lrm.c                   removed, g_hash_table_size(lrm_state->pending_ops));
pending_ops      1733 crmd/lrm.c                     g_hash_table_remove(lrm_state->pending_ops, op_id);
pending_ops      2150 crmd/lrm.c                 lrm_state->pending_ops, stop_recurring_action_by_rsc, &data);
pending_ops      2242 crmd/lrm.c             g_hash_table_replace(lrm_state->pending_ops, call_id_s, pending);
pending_ops      2442 crmd/lrm.c             pending = g_hash_table_lookup(lrm_state->pending_ops, op_id);
pending_ops      2504 crmd/lrm.c         } else if ((op->interval == 0) && g_hash_table_remove(lrm_state->pending_ops, op_id)) {
pending_ops      2507 crmd/lrm.c                       op_key, op->call_id, op_id, g_hash_table_size(lrm_state->pending_ops));
pending_ops      2511 crmd/lrm.c             g_hash_table_remove(lrm_state->pending_ops, op_id);
pending_ops       141 crmd/lrm_state.c     state->pending_ops = g_hash_table_new_full(crm_str_hash,
pending_ops       199 crmd/lrm_state.c     if (lrm_state->pending_ops) {
pending_ops       200 crmd/lrm_state.c         crm_trace("Destroying pending op cache with %d members", g_hash_table_size(lrm_state->pending_ops));
pending_ops       201 crmd/lrm_state.c         g_hash_table_destroy(lrm_state->pending_ops);
pending_ops       222 crmd/lrm_state.c     if (lrm_state->pending_ops) {
pending_ops       224 crmd/lrm_state.c                   g_hash_table_size(lrm_state->pending_ops));
pending_ops       225 crmd/lrm_state.c         g_hash_table_remove_all(lrm_state->pending_ops);
pending_ops       356 crmd/lrm_state.c         removed = g_hash_table_foreach_remove(lrm_state->pending_ops, fail_pending_op, lrm_state);
pending_ops       690 crmd/remote_lrmd_ra.c         g_hash_table_remove_all(lrm_state->pending_ops);
pending_ops       335 fencing/commands.c     if (device->pending_ops) {
pending_ops       336 fencing/commands.c         GList *first = device->pending_ops;
pending_ops       347 fencing/commands.c         device->pending_ops = g_list_remove_link(device->pending_ops, first);
pending_ops       471 fencing/commands.c     device->pending_ops = g_list_append(device->pending_ops, cmd);
pending_ops       508 fencing/commands.c     for (gIter = device->pending_ops; gIter != NULL; gIter = gIter->next) {
pending_ops       514 fencing/commands.c     g_list_free(device->pending_ops);
pending_ops      1169 fencing/commands.c             device->pending_ops = old->pending_ops;
pending_ops      1171 fencing/commands.c             old->pending_ops = NULL;
pending_ops      1172 fencing/commands.c             if (device->pending_ops) {
pending_ops      2098 fencing/commands.c         device->pending_ops = g_list_remove(device->pending_ops, cmd);
pending_ops        42 fencing/internal.h     GList *pending_ops;
pending_ops       250 lrmd/lrmd.c        rsc->pending_ops = g_list_append(rsc->pending_ops, cmd);
pending_ops       289 lrmd/lrmd.c        for (gIter = rsc->pending_ops; gIter != NULL; gIter = gIter->next) {
pending_ops       361 lrmd/lrmd.c        rsc->pending_ops = g_list_append(rsc->pending_ops, cmd);
pending_ops       617 lrmd/lrmd.c                rsc->pending_ops = g_list_remove(rsc->pending_ops, cmd);
pending_ops       622 lrmd/lrmd.c                rsc->pending_ops = g_list_remove(rsc->pending_ops, cmd);
pending_ops      1079 lrmd/lrmd.c                if (rsc->pending_ops) {
pending_ops      1080 lrmd/lrmd.c                    cmd_list = g_list_concat(cmd_list, rsc->pending_ops);
pending_ops      1082 lrmd/lrmd.c                rsc->pending_ops = rsc->recurring_ops = NULL;
pending_ops      1268 lrmd/lrmd.c        if (rsc->pending_ops) {
pending_ops      1269 lrmd/lrmd.c            GList *first = rsc->pending_ops;
pending_ops      1278 lrmd/lrmd.c            rsc->pending_ops = g_list_remove_link(rsc->pending_ops, first);
pending_ops      1323 lrmd/lrmd.c        gIter = rsc->pending_ops;
pending_ops      1335 lrmd/lrmd.c        g_list_free(rsc->pending_ops);
pending_ops      1553 lrmd/lrmd.c        for (gIter = rsc->pending_ops; gIter != NULL; gIter = gIter->next) {
pending_ops      1603 lrmd/lrmd.c        if (rsc->pending_ops) {
pending_ops      1604 lrmd/lrmd.c            cmd_list = g_list_concat(cmd_list, g_list_copy(rsc->pending_ops));
pending_ops        52 lrmd/lrmd_private.h     GList *pending_ops;