Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dcluster.c57 int clusterNodeGetSlotBit(clusterNode *n, int slot);
2920 if (clusterNodeGetSlotBit(oldmaster,j)) { in clusterFailoverReplaceYourMaster()
3697 int clusterNodeGetSlotBit(clusterNode *n, int slot) { in clusterNodeGetSlotBit() function
3730 if (clusterNodeGetSlotBit(node,j)) { in clusterDelNodeSlots()
4022 if ((bit = clusterNodeGetSlotBit(node,j)) != 0) { in clusterGenNodeDescription()
4145 if ((bit = clusterNodeGetSlotBit(node,j)) != 0) { in clusterReplyMultiBulkSlots()