Searched refs:stashes (Results 1 – 1 of 1) sorted by relevance
58 stashes = {}68 each_action, max_stashed_blocks, stashed_blocks, stashes,72 self.add_free_command(each_action, stashes)304 def add_free_command(self, each_action, stashes): argument326 if src_range_sha not in stashes:330 stashes[src_range_sha] -= 1331 if stashes[src_range_sha] == 0:334 stashes.pop(src_range_sha)358 stashed_blocks, stashes, transfer_content): argument371 if src_range_sha in stashes:[all …]