recurring_ops     384 daemons/execd/execd_commands.c     rsc->recurring_ops = g_list_remove(rsc->recurring_ops, cmd);
recurring_ops     454 daemons/execd/execd_commands.c         dup = find_duplicate_action(rsc->recurring_ops, cmd);
recurring_ops     744 daemons/execd/execd_commands.c             rsc->recurring_ops = g_list_remove(rsc->recurring_ops, cmd);
recurring_ops    1110 daemons/execd/execd_commands.c         for (GList *op = rsc->recurring_ops; op != NULL; op = op->next) {
recurring_ops    1396 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    1651 daemons/execd/execd_commands.c         for (gIter = rsc->recurring_ops; gIter != NULL; gIter = gIter->next) {
recurring_ops    1687 daemons/execd/execd_commands.c     if (rsc->recurring_ops) {
recurring_ops    1688 daemons/execd/execd_commands.c         cmd_list = g_list_concat(cmd_list, g_list_copy(rsc->recurring_ops));
recurring_ops    1737 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;