inflight_ops       56 lib/services/services.c static GList *inflight_ops = NULL;
inflight_ops      113 lib/services/services.c            g_list_find(inflight_ops, op) != NULL;
inflight_ops      592 lib/services/services.c     CRM_CHECK(g_list_find(inflight_ops, op) == NULL, return);
inflight_ops      697 lib/services/services.c         inflight_ops = g_list_remove(inflight_ops, op);
inflight_ops      840 lib/services/services.c         inflight_ops = g_list_append(inflight_ops, op);
inflight_ops      854 lib/services/services.c     inflight_ops = g_list_remove(inflight_ops, op);
inflight_ops      908 lib/services/services.c     for (gIter = inflight_ops; gIter != NULL; gIter = gIter->next) {