cpg_handle         91 include/crm/cluster.h     cpg_handle_t cpg_handle;
cpg_handle         98 lib/cluster/cpg.c     if (cluster->cpg_handle) {
cpg_handle        100 lib/cluster/cpg.c         cpg_leave(cluster->cpg_handle, &cluster->group);
cpg_handle        101 lib/cluster/cpg.c         cpg_finalize(cluster->cpg_handle);
cpg_handle        102 lib/cluster/cpg.c         cluster->cpg_handle = 0;
cpg_handle        287 lib/cluster/cpg.c     rc = cpg_dispatch(cluster->cpg_handle, CS_DISPATCH_ONE);
cpg_handle        291 lib/cluster/cpg.c         cpg_finalize(cluster->cpg_handle);
cpg_handle        292 lib/cluster/cpg.c         cluster->cpg_handle = 0;
cpg_handle        853 lib/cluster/cpg.c     cluster->cpg_handle = handle;