Lines Matching refs:max_stashed_blocks
61 max_stashed_blocks = 0
67 max_stashed_blocks, stashed_blocks = self.add_stash_command(
68 each_action, max_stashed_blocks, stashed_blocks, stashes,
87 max_stashed_blocks, stashed_blocks, total_blocks_count, diff_offset = \
89 diff_offset, each_action, max_stashed_blocks,
100 self.after_for_process(max_stashed_blocks, total_blocks_count,
136 diff_offset, each_action, max_stashed_blocks,\
150 max_stashed_blocks, stashed_blocks, total_blocks_count = \
152 each_action, max_stashed_blocks, src_str,
171 if stashed_blocks > max_stashed_blocks:
172 max_stashed_blocks = stashed_blocks
180 return max_stashed_blocks, stashed_blocks, total_blocks_count, diff_offset
182 def after_for_process(self, max_stashed_blocks, total_blocks_count, argument
209 max_stashed_blocks, total_blocks_count, transfer_content)
211 … OPTIONS_MANAGER.max_stash_size = max(max_stashed_blocks * 4096, OPTIONS_MANAGER.max_stash_size)
214 def get_transfer_content(max_stashed_blocks, total_blocks_count, argument
223 transfer_content.replace("MAX_STASH_MARK", str(max_stashed_blocks))
288 each_action, max_stashed_blocks, src_str,\
297 if stashed_blocks > max_stashed_blocks:
298 max_stashed_blocks = stashed_blocks
311 return max_stashed_blocks, stashed_blocks, total_blocks_count
366 def add_stash_command(self, each_action, max_stashed_blocks, argument
390 if stashed_blocks > max_stashed_blocks:
391 max_stashed_blocks = stashed_blocks
392 return max_stashed_blocks, stashed_blocks