Searched refs:bitmapTestBit (Results 1 – 1 of 1) sorted by relevance
69 int bitmapTestBit(unsigned char *bitmap, int pos);1466 if (bitmapTestBit(slots,j)) { in clusterUpdateSlotsConfigWith()1850 if (bitmapTestBit(hdr->myslots,j)) { in clusterProcessPacket()2542 if (bitmapTestBit(claimed_slots, j) == 0) continue; in clusterSendFailoverAuthIfNeeded()3339 int bitmapTestBit(unsigned char *bitmap, int pos) { in bitmapTestBit() function3378 int old = bitmapTestBit(n->slots,slot); in clusterNodeSetSlotBit()3403 int old = bitmapTestBit(n->slots,slot); in clusterNodeClearSlotBit()3411 return bitmapTestBit(n->slots,slot); in clusterNodeGetSlotBit()