Lines Matching refs:stashes
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): argument
326 if src_range_sha not in stashes:
330 stashes[src_range_sha] -= 1
331 if stashes[src_range_sha] == 0:
334 stashes.pop(src_range_sha)
358 stashed_blocks, stashes, transfer_content): argument
371 if src_range_sha in stashes:
372 stashes[src_range_sha] += 1
374 stashes[src_range_sha] = 1