Searched refs:clear_step (Results 1 – 1 of 1) sorted by relevance
9316 int clear_step; in expand_block_clear() local9336 clear_step = 16; in expand_block_clear()9338 clear_step = 8; in expand_block_clear()9340 clear_step = 4; in expand_block_clear()9342 if (optimize_size && bytes > 3 * clear_step) in expand_block_clear()9344 if (! optimize_size && bytes > 8 * clear_step) in expand_block_clear()