recurring_ops     377 daemons/execd/execd_commands.c     rsc->recurring_ops = g_list_remove(rsc->recurring_ops, cmd);
recurring_ops     444 daemons/execd/execd_commands.c         dup = find_duplicate_action(rsc->recurring_ops, cmd);
recurring_ops     735 daemons/execd/execd_commands.c             rsc->recurring_ops = g_list_remove(rsc->recurring_ops, cmd);
recurring_ops    1133 daemons/execd/execd_commands.c             if (rsc->recurring_ops) {
recurring_ops    1134 daemons/execd/execd_commands.c                 cmd_list = g_list_concat(cmd_list, rsc->recurring_ops);
recurring_ops    1139 daemons/execd/execd_commands.c             rsc->pending_ops = rsc->recurring_ops = NULL;
recurring_ops    1390 daemons/execd/execd_commands.c         rsc->recurring_ops = g_list_append(rsc->recurring_ops, cmd);
recurring_ops    1432 daemons/execd/execd_commands.c     gIter = rsc->recurring_ops;
recurring_ops    1459 daemons/execd/execd_commands.c     g_list_free(rsc->recurring_ops);
recurring_ops    1649 daemons/execd/execd_commands.c         for (gIter = rsc->recurring_ops; gIter != NULL; gIter = gIter->next) {
recurring_ops    1685 daemons/execd/execd_commands.c     if (rsc->recurring_ops) {
recurring_ops    1686 daemons/execd/execd_commands.c         cmd_list = g_list_concat(cmd_list, g_list_copy(rsc->recurring_ops));
recurring_ops    1735 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;