Searched refs:numslots (Results 1 – 5 of 5) sorted by relevance
128 …uint64_t numslots : 10; /**< Number of 8-bit slots in a frame … member164 uint64_t numslots : 10;
705 node->numslots = 0; in createClusterNode()1229 if (nodeIsSlave(node) || node->numslots == 0) { in clearNodeFailureIfNeeded()1242 if (nodeIsMaster(node) && node->numslots > 0 && in clearNodeFailureIfNeeded()1605 if (newmaster && curmaster->numslots == 0) { in clusterUpdateSlotsConfigWith()2431 (this->link == NULL && this->numslots == 0)) in clusterSendPing()2978 myself->slaveof->numslots == 0) in clusterHandleSlaveFailover()3489 if (okslaves == 0 && node->numslots > 0 && in clusterCron()3668 n->numslots++; in clusterNodeSetSlotBit()3692 if (old) n->numslots--; in clusterNodeClearSlotBit()3808 if (nodeIsMaster(node) && node->numslots) { in clusterUpdateState()[all …]
122 int numslots; /* Number of slots handled by this node */ member
4418 static list *clusterManagerComputeReshardTable(list *sources, int numslots) { in clusterManagerComputeReshardTable() argument4434 float n = ((float) numslots / tot_slots * node->slots_count); in clusterManagerComputeReshardTable()4441 if (count >= max || (int)listLength(moved) >= numslots) break; in clusterManagerComputeReshardTable()5368 int numslots = (db < sb ? db : sb); in clusterManagerCommandRebalance() local5369 if (numslots > 0) { in clusterManagerCommandRebalance()5370 printf("Moving %d slots from %s:%d to %s:%d\n", numslots, in clusterManagerCommandRebalance()5378 table = clusterManagerComputeReshardTable(lsrc, numslots); in clusterManagerCommandRebalance()5381 if (!table || table_len != numslots) { in clusterManagerCommandRebalance()5411 dst->balance += numslots; in clusterManagerCommandRebalance()5412 src->balance -= numslots; in clusterManagerCommandRebalance()
819 uint64_t firstobj, uint64_t numslots) in dump_object_range() argument840 drror->drr_numslots = numslots; in dump_object_range()