Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-pcm-defs.h128 …uint64_t numslots : 10; /**< Number of 8-bit slots in a frame … member
164 uint64_t numslots : 10;
/f-stack/app/redis-5.0.5/src/
H A Dcluster.c705 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 …]
H A Dcluster.h122 int numslots; /* Number of slots handled by this node */ member
H A Dredis-cli.c4418 static list *clusterManagerComputeReshardTable(list *sources, int numslots) { in clusterManagerComputeReshardTable() argument
4434 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() local
5369 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()
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddmu_send.c819 uint64_t firstobj, uint64_t numslots) in dump_object_range() argument
840 drror->drr_numslots = numslots; in dump_object_range()