Searched refs:refresh_period (Results 1 – 2 of 2) sorted by relevance
154 if (dev->param.refresh_period < 10) in yaffs2_find_refresh_block()160 if (dev->refresh_skip > dev->param.refresh_period) in yaffs2_find_refresh_block()161 dev->refresh_skip = dev->param.refresh_period; in yaffs2_find_refresh_block()171 dev->refresh_skip = dev->param.refresh_period; in yaffs2_find_refresh_block()
547 int refresh_period; /* How often to check for a block refresh */ member