recurring_ops     382 daemons/execd/execd_commands.c     rsc->recurring_ops = g_list_remove(rsc->recurring_ops, cmd);
recurring_ops     449 daemons/execd/execd_commands.c         dup = find_duplicate_action(rsc->recurring_ops, cmd);
recurring_ops     740 daemons/execd/execd_commands.c             rsc->recurring_ops = g_list_remove(rsc->recurring_ops, cmd);
recurring_ops    1103 daemons/execd/execd_commands.c             if (rsc->recurring_ops) {
recurring_ops    1104 daemons/execd/execd_commands.c                 cmd_list = g_list_concat(cmd_list, rsc->recurring_ops);
recurring_ops    1109 daemons/execd/execd_commands.c             rsc->pending_ops = rsc->recurring_ops = NULL;
recurring_ops    1378 daemons/execd/execd_commands.c         rsc->recurring_ops = g_list_append(rsc->recurring_ops, cmd);
recurring_ops    1420 daemons/execd/execd_commands.c     gIter = rsc->recurring_ops;
recurring_ops    1447 daemons/execd/execd_commands.c     g_list_free(rsc->recurring_ops);
recurring_ops    1636 daemons/execd/execd_commands.c         for (gIter = rsc->recurring_ops; gIter != NULL; gIter = gIter->next) {
recurring_ops    1672 daemons/execd/execd_commands.c     if (rsc->recurring_ops) {
recurring_ops    1673 daemons/execd/execd_commands.c         cmd_list = g_list_concat(cmd_list, g_list_copy(rsc->recurring_ops));
recurring_ops    1722 daemons/execd/execd_commands.c     for (GList *item = rsc->recurring_ops; item != NULL; item = item->next) {
recurring_ops      42 daemons/execd/pacemaker-execd.h     GList *recurring_ops;