pe_rsc_allocating  426 pengine/clone.c     } else if (is_set(rsc->flags, pe_rsc_allocating)) {
pe_rsc_allocating  608 pengine/clone.c     } else if (is_set(rsc->flags, pe_rsc_allocating)) {
pe_rsc_allocating  613 pengine/clone.c     set_bit(rsc->flags, pe_rsc_allocating);
pe_rsc_allocating  645 pengine/clone.c     clear_bit(rsc->flags, pe_rsc_allocating);
pe_rsc_allocating  127 pengine/container.c     set_bit(rsc->flags, pe_rsc_allocating);
pe_rsc_allocating  175 pengine/container.c             set_bit(tuple->child->parent->flags, pe_rsc_allocating);
pe_rsc_allocating  177 pengine/container.c             clear_bit(tuple->child->parent->flags, pe_rsc_allocating);
pe_rsc_allocating  195 pengine/container.c     clear_bit(rsc->flags, pe_rsc_allocating);
pe_rsc_allocating   44 pengine/group.c     if (is_set(rsc->flags, pe_rsc_allocating)) {
pe_rsc_allocating   55 pengine/group.c     set_bit(rsc->flags, pe_rsc_allocating);
pe_rsc_allocating   80 pengine/group.c     clear_bit(rsc->flags, pe_rsc_allocating);
pe_rsc_allocating  672 pengine/master.c     } else if (is_set(rsc->flags, pe_rsc_allocating)) {
pe_rsc_allocating  681 pengine/master.c     set_bit(rsc->flags, pe_rsc_allocating);
pe_rsc_allocating  818 pengine/master.c     clear_bit(rsc->flags, pe_rsc_allocating);
pe_rsc_allocating  438 pengine/native.c     if (rsc->parent && is_not_set(rsc->parent->flags, pe_rsc_allocating)) {
pe_rsc_allocating  449 pengine/native.c     if (is_set(rsc->flags, pe_rsc_allocating)) {
pe_rsc_allocating  454 pengine/native.c     set_bit(rsc->flags, pe_rsc_allocating);
pe_rsc_allocating  559 pengine/native.c     clear_bit(rsc->flags, pe_rsc_allocating);
pe_rsc_allocating  924 tools/crm_resource.c             clear_bit(r->flags, pe_rsc_allocating);
pe_rsc_allocating  935 tools/crm_resource.c             clear_bit(r->flags, pe_rsc_allocating);
pe_rsc_allocating  247 tools/crm_resource_print.c     if (is_set(rsc->flags, pe_rsc_allocating)) {
pe_rsc_allocating  254 tools/crm_resource_print.c     set_bit(rsc->flags, pe_rsc_allocating);
pe_rsc_allocating  265 tools/crm_resource_print.c         if (is_set(peer->flags, pe_rsc_allocating)) {
pe_rsc_allocating  362 tools/crm_resource_runtime.c                 clear_bit(r->flags, pe_rsc_allocating);
pe_rsc_allocating  367 tools/crm_resource_runtime.c         set_bit(rsc->flags, pe_rsc_allocating);
pe_rsc_allocating  373 tools/crm_resource_runtime.c             if (cons->score > 0 && is_not_set(peer->flags, pe_rsc_allocating)) {