Home
last modified time | relevance | path

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

/fs/yaffs2/
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()
Dyaffs_guts.h553 int refresh_period; /* How often to check for a block refresh */ member
Dyaffs_vfs.c2758 param->refresh_period = 500;
3005 param->refresh_period);