Searched refs:dirty_slots (Results 1 – 1 of 1) sorted by relevance
1540 uint16_t dirty_slots[CLUSTER_SLOTS]; in clusterUpdateSlotsConfigWith() local1577 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() local1934 dirty_slots = memcmp(sender_master->slots, in clusterProcessPacket()1942 if (sender && nodeIsMaster(sender) && dirty_slots) in clusterProcessPacket()1963 if (sender && dirty_slots) { in clusterProcessPacket()