Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/fs/yaffs2/
H A Dyaffs_guts.c4958 int n_dirty_caches; in yaffs_get_n_free_chunks() local
4967 for (n_dirty_caches = 0, i = 0; i < dev->param.n_caches; i++) { in yaffs_get_n_free_chunks()
4969 n_dirty_caches++; in yaffs_get_n_free_chunks()
4972 n_free -= n_dirty_caches; in yaffs_get_n_free_chunks()