recurring_ops 360 daemons/execd/execd_commands.c rsc->recurring_ops = g_list_remove(rsc->recurring_ops, cmd); recurring_ops 427 daemons/execd/execd_commands.c dup = find_duplicate_action(rsc->recurring_ops, cmd); recurring_ops 713 daemons/execd/execd_commands.c rsc->recurring_ops = g_list_remove(rsc->recurring_ops, cmd); recurring_ops 1198 daemons/execd/execd_commands.c if (rsc->recurring_ops) { recurring_ops 1199 daemons/execd/execd_commands.c cmd_list = g_list_concat(cmd_list, rsc->recurring_ops); recurring_ops 1204 daemons/execd/execd_commands.c rsc->pending_ops = rsc->recurring_ops = NULL; recurring_ops 1462 daemons/execd/execd_commands.c rsc->recurring_ops = g_list_append(rsc->recurring_ops, cmd); recurring_ops 1504 daemons/execd/execd_commands.c gIter = rsc->recurring_ops; recurring_ops 1531 daemons/execd/execd_commands.c g_list_free(rsc->recurring_ops); recurring_ops 1721 daemons/execd/execd_commands.c for (gIter = rsc->recurring_ops; gIter != NULL; gIter = gIter->next) { recurring_ops 1757 daemons/execd/execd_commands.c if (rsc->recurring_ops) { recurring_ops 1758 daemons/execd/execd_commands.c cmd_list = g_list_concat(cmd_list, g_list_copy(rsc->recurring_ops)); recurring_ops 1807 daemons/execd/execd_commands.c for (GList *item = rsc->recurring_ops; item != NULL; item = item->next) { recurring_ops 43 daemons/execd/pacemaker-execd.h GList *recurring_ops;