Home
last modified time | relevance | path

Searched refs:refresh_period (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/fs/yaffs2/
H A Dyaffs_yaffs2.c154 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()
H A Dyaffs_guts.h547 int refresh_period; /* How often to check for a block refresh */ member