Searched refs:bitmapTestBit (Results 1 – 1 of 1) sorted by relevance
68 int bitmapTestBit(unsigned char *bitmap, int pos);1554 if (bitmapTestBit(slots,j)) { in clusterUpdateSlotsConfigWith()1967 if (bitmapTestBit(hdr->myslots,j)) { in clusterProcessPacket()2782 if (bitmapTestBit(claimed_slots, j) == 0) continue; in clusterSendFailoverAuthIfNeeded()3626 int bitmapTestBit(unsigned char *bitmap, int pos) { in bitmapTestBit() function3665 int old = bitmapTestBit(n->slots,slot); in clusterNodeSetSlotBit()3690 int old = bitmapTestBit(n->slots,slot); in clusterNodeClearSlotBit()3698 return bitmapTestBit(n->slots,slot); in clusterNodeGetSlotBit()