Home
last modified time | relevance | path

Searched refs:myslots (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dcluster.h266 unsigned char myslots[CLUSTER_SLOTS/8]; member
H A Dcluster.c1935 hdr->myslots,sizeof(hdr->myslots)) != 0; in clusterProcessPacket()
1943 clusterUpdateSlotsConfigWith(sender,senderConfigEpoch,hdr->myslots); in clusterProcessPacket()
1967 if (bitmapTestBit(hdr->myslots,j)) { in clusterProcessPacket()
2284 memcpy(hdr->myslots,master->slots,sizeof(hdr->myslots)); in clusterBuildMessageHdr()
2710 unsigned char *claimed_slots = request->myslots; in clusterSendFailoverAuthIfNeeded()