Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dcluster.c1540 uint16_t dirty_slots[CLUSTER_SLOTS]; in clusterUpdateSlotsConfigWith() local
1577 dirty_slots[dirty_slots_count] = j; in clusterUpdateSlotsConfigWith()
1622 delKeysInSlot(dirty_slots[j]); in clusterUpdateSlotsConfigWith()
1929 int dirty_slots = 0; /* Sender claimed slots don't match my view? */ in clusterProcessPacket() local
1934 dirty_slots = memcmp(sender_master->slots, in clusterProcessPacket()
1942 if (sender && nodeIsMaster(sender) && dirty_slots) in clusterProcessPacket()
1963 if (sender && dirty_slots) { in clusterProcessPacket()